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 fd8df4f64f - Show all commits

View File

@ -21,7 +21,7 @@ CONFIGURATION=$7
EXTRA_ARGS=$8
CANARY=$9
printf "$CANARY"
printf "Canary var: %s" "$CANARY"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
then

View File

@ -21,7 +21,7 @@ CONFIGURATION=$7
EXTRA_ARGS=$8
CANARY=$9
printf "$CANARY"
printf "Canary var: %s" "$CANARY"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
then