fix curl command typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2023-05-27 12:51:33 +01:00
parent 0e082a0c20
commit b4e8d88b7a
Signed by: burble
GPG Key ID: E9B4156C1659C079

View File

@ -40,7 +40,7 @@ url=$(printf '%s/%s/generic/%s/%s/%s' \
"$BASE_URL" "$OWNER" "$PLUGIN_PACKAGE" \
"$VERSION" "$PLUGIN_ARTIFACT")
curl --user "${USER}:${TOKEN}" --upload-file="$FILENAME" "$url"
curl --user "${USER}:${TOKEN}" --upload-file "$FILENAME" "$url"
##########################################################################
# end of file