diff --git a/system/upgrade_github_application.yaml b/system/upgrade_github_application.yaml index b5bbe9d..6663154 100644 --- a/system/upgrade_github_application.yaml +++ b/system/upgrade_github_application.yaml @@ -78,7 +78,7 @@ tasks: exec: "curl" args: - "--user" - - "$(decrypr(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))" + - "$(decrypt(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))" - "--upload-file" - "$(tempdir())/$(archive_file)" - "@(git)/api/packages/public/generic/$(settings.name)/$(new_version)/$(package_file)"