Skip to content

Commit

Permalink
If and Else blocks were backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
redsky17 authored and deepbluev7 committed Sep 28, 2022
1 parent e6bbe74 commit 9010acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/macos/notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ xcrun notarytool submit nheko.dmg --apple-id "${APPLE_DEV_USER}" --password "${A
requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"

if [ -z "${requestUUID}" ]; then
echo "Received requestUUID: \"${requestUUID}\""
else
echo "Something went wrong when submitting the request... we don't have a UUID"
exit 1
else
echo "Received requestUUID: \"${requestUUID}\""
fi

while sleep 60 && date; do
Expand Down

0 comments on commit 9010acd

Please sign in to comment.