Skip to content

Commit

Permalink
cmake: fix macOS notarization typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoyt4 authored and linuxdude42 committed Feb 4, 2025
1 parent 561ad19 commit a5d5eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/darwin/notarizeFiles.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ case $STATUS in
returnCode=0
;;
*)
echo '\033[0;31m'"----- ${NOTA_FILE} Notarization Failud or Timeout"'\033[m'
echo '\033[0;31m'"----- ${NOTA_FILE} Notarization Failed or Timeout"'\033[m'
echo $notaOutput
returnCode=1
esac
Expand All @@ -75,4 +75,4 @@ if [[ $NOTA_FILE =~ .*".app" ]]; then
echo "Verifying system policy compliance"
spctl --assess --verbose ${NOTA_FILE}
fi
exit $returnCode
exit $returnCode

0 comments on commit a5d5eb4

Please sign in to comment.