Skip to content

Commit ec7ab00

Browse files
authored
fix typo
1 parent f38bf67 commit ec7ab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
-H "Authorization: Bearer ${{ secrets.Publish_Chocolatey }}" \
3232
https://api.github.com/repos/Flow-Launcher/chocolatey-package/dispatches \
3333
-d '{"event_type":"publish"}')
34-
if [ "$http_status" -ne 204 ]; then echo "Error: Publish Chocolatey Packaged failed, HTTP status code is $http_status"; exit 1; fi
34+
if [ "$http_status" -ne 204 ]; then echo "Error: Publish Chocolatey package failed, HTTP status code is $http_status"; exit 1; fi

0 commit comments

Comments
 (0)