Add more mentions of canary #258

Merged
GabCoolDude merged 34 commits from canarymention into master 2024-11-21 18:34:53 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1f694aa424 - Show all commits

View File

@ -2,7 +2,7 @@
set -e
if [ "$#" -lt 7 ]; then
if [ "$#" -lt 9 ]; then
echo "usage <BASE_DIR> <TEMP_DIRECTORY> <OUTPUT_DIRECTORY> <ENTITLEMENTS_FILE_PATH> <VERSION> <SOURCE_REVISION_ID> <CONFIGURATION> <EXTRA_ARGS> <CANARY>"
exit 1
fi

View File

@ -2,7 +2,7 @@
set -e
if [ "$#" -lt 7 ]; then
if [ "$#" -lt 9 ]; then
echo "usage <BASE_DIR> <TEMP_DIRECTORY> <OUTPUT_DIRECTORY> <ENTITLEMENTS_FILE_PATH> <VERSION> <SOURCE_REVISION_ID> <CONFIGURATION> <EXTRA_ARGS> <CANARY>"
exit 1
fi