We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18def8e commit 0ef40ccCopy full SHA for 0ef40cc
ops/bootstrap.sh
@@ -15,7 +15,7 @@ python3 print_parameters.py --env="${ENV}" --app="${APP_NAME}" -d
15
16
# Load variable:qs to environment
17
# shellcheck disable=SC2046
18
-eval $(python print_parameters.py --env="${ENV}" --app="${APP_NAME}")
+eval $(python3 print_parameters.py --env="${ENV}" --app="${APP_NAME}")
19
20
case "$1" in
21
webserver)
0 commit comments