diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-07-15 00:58:07 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-07-15 00:58:07 +0300 |
commit | 11635dc5b80b9e65dd53cf9a66f3861c90818d0a (patch) | |
tree | a75785c35cce4398a8fcaf7b6b83fb3de3927641 /indra/newview/installers/darwin | |
parent | b58fb175829423412fd7ecab8b3f49ee474f92cc (diff) |
SL-15585 typo fix
Diffstat (limited to 'indra/newview/installers/darwin')
-rwxr-xr-x | indra/newview/installers/darwin/apple-notarize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/installers/darwin/apple-notarize.sh b/indra/newview/installers/darwin/apple-notarize.sh index be0f8a5717..2b3cce6078 100755 --- a/indra/newview/installers/darwin/apple-notarize.sh +++ b/indra/newview/installers/darwin/apple-notarize.sh @@ -39,7 +39,7 @@ if [ -f "$CONFIG_FILE" ]; then echo "Notarization error: failed to process the app file" exit 1 fi - elif + else echo "Notarization error: couldn't get request UUID" exit 1 fi |