Skip to content

Commit

Permalink
Update notarize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst authored Sep 30, 2021
1 parent 4206585 commit b5f4c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ notarizefile() { # $1: path to file to notarize, $2: identifier
--username "$DEV_ACCOUNT" \
--password "$PASSWORD" \
--asc-provider "$DEV_TEAM" \
--file "$FILENAME" 2>&1 \
--file "$FILENAME" \
| awk '/RequestUUID/ { print $NF; }')

echo "Notarization RequestUUID: $requestUUID"
Expand Down

0 comments on commit b5f4c3e

Please sign in to comment.