Skip to content

Commit 0ef40cc

Browse files
committed
fixed python version
1 parent 18def8e commit 0ef40cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python3 print_parameters.py --env="${ENV}" --app="${APP_NAME}" -d
1515

1616
# Load variable:qs to environment
1717
# shellcheck disable=SC2046
18-
eval $(python print_parameters.py --env="${ENV}" --app="${APP_NAME}")
18+
eval $(python3 print_parameters.py --env="${ENV}" --app="${APP_NAME}")
1919

2020
case "$1" in
2121
webserver)

0 commit comments

Comments
 (0)