Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Fuseteam <[email protected]>
  • Loading branch information
Fuseteam authored and mgallien committed May 25, 2022
1 parent 6da3a04 commit f880a5b
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 @@ -78,7 +78,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 f880a5b

Please sign in to comment.