Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Rahammetoela Toekiman <[email protected]>
  • Loading branch information
Fuseteam committed Aug 23, 2024
1 parent bbd6b6a commit 01e312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/linux/upload-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ upload_release_asset()
{
uploadUrl=$1
asset=$2
echo $(curl --max-time 900 -u $GIT_USERNAME:$GIT_TOKEN -X POST $uploadUrl--header "Content-Type: application/octet-stream" --upload-file $asset)
echo $(curl --max-time 900 -u $GIT_USERNAME:$GIT_TOKEN -X POST $uploadUrl --header "Content-Type: application/octet-stream" --upload-file $asset)
}

delete_release_asset()
Expand Down

0 comments on commit 01e312c

Please sign in to comment.