Skip to content

Commit

Permalink
build: Fix shell syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Feb 20, 2025
1 parent eeffbe8 commit ceceb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/macosx/glpi-agent-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [ "$NOTARIZE" == "yes" ]; then
echo "Can't planify notarization with empty NOTARIZE_PASSWORD" >&2
exit 5
fi
if [ -z "$NOTARIZE_TEAMID" ]
if [ -z "$NOTARIZE_TEAMID" ]; then
echo "Can't planify notarization with empty NOTARIZE_TEAMID" >&2
exit 6
fi
Expand Down

0 comments on commit ceceb9b

Please sign in to comment.