No 'f'
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 38s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m46s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m13s
Smoke Test / Run basic test suite (pull_request) Successful in 4m29s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 8m23s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m23s

This commit is contained in:
Thomas E Lackey 2024-08-27 17:34:59 -05:00
parent c0302492da
commit 434dc07bd7

View File

@ -89,7 +89,7 @@ def command(
fatal(f"Unable to locate deployer: {deployer}") fatal(f"Unable to locate deployer: {deployer}")
if env_file and config_ref: if env_file and config_ref:
fatal(f"Cannot use --env-file and --config-ref at the same time.") fatal("Cannot use --env-file and --config-ref at the same time.")
# If env_file # If env_file
if env_file: if env_file: