Skip to content

Commit af64172

Browse files
authored
Merge pull request #7 from sevenpark/PythonToPython3
2 parents 18def8e + 0ef40cc commit af64172

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)