Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Jul 12, 2023
1 parent dfc620c commit 86b25cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,3 @@ jobs:
# --header "Content-Type: application/octet-stream" \
# --data-binary "@$f"; done
#


6 changes: 3 additions & 3 deletions build-bin/notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ do_staple() {

case $COMMAND in
sign)
do_prepare()
do_prepare
;;
notarize)
do_notarize()
do_notarize
;;
staple)
do_staple()
do_staple
;;
*)
echo "Unknown command: $COMMAND" && exit 1
Expand Down

0 comments on commit 86b25cf

Please sign in to comment.