diff --git a/tools/osx-notarize.sh b/tools/osx-notarize.sh index 83b6cc82ac30a1..f20f561f01c5bc 100755 --- a/tools/osx-notarize.sh +++ b/tools/osx-notarize.sh @@ -54,6 +54,6 @@ if [ $? -eq 0 ]; then echo "Notarization node-$pkgid.pkg submitted successfully." exit 0 else - echo "Notarization node-$pkgid.pkg failed. Error: $notarization_output" + echo "Notarization node-$pkgid.pkg failed." exit 1 fi