Skip to content

Commit

Permalink
fix: remove old variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Oct 25, 2023
1 parent 4fc2689 commit 7021cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osx-notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7021cc4

Please sign in to comment.