fix(ci): fix production toggle of catalog CI

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 13:38:31 +02:00
parent c88e251d1d
commit d2ff4cfd37
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ main() {
parse_command_line "$@"
if [ "${token}" == "false" ]; then
echo "env #cr_TOKEN not found, defaulting to production=false"
echo "env #CR_TOKEN not found, defaulting to production=false"
production="false"
fi