Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Aug 2, 2019
1 parent 5c2689d commit aa9e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [[ $request_id =~ ^\{?[A-F0-9a-f]{8}-[A-F0-9a-f]{4}-[A-F0-9a-f]{4}-[A-F0-9a-f

xcrun stapler staple $MY_DIR/darwinbuild-installer.pkg
xcrun stapler validate -v $MY_DIR/darwinbuild-installer.pkg
if [ $@ -ne 0 ]; then
if [ $? -ne 0 ]; then
echo "validation of installer notarization failed" 1>&2
exit 1
fi
Expand Down

0 comments on commit aa9e79f

Please sign in to comment.