Skip to content

Commit

Permalink
fix: typo in package building script
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Aug 26, 2021
1 parent 3233cfc commit 815553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function notarize() {
--file "$FINAL_PACKAGE")
printf " done ✅ \n"
request_id=$(echo "$output" | grep RequestUUID | awk '{ print $3 }')
print "👨‍💻 waiting for Apple\n"
printf "👨‍💻 waiting for Apple\n"
printf "💡 notarize request id is %s\n" "$request_id"
# give the server side a few seconds to sort things out
sleep 5
Expand Down

0 comments on commit 815553e

Please sign in to comment.