File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ case "${1:-''}" in
120
120
' compile-translations' )
121
121
printf " \n#### Compiling Translations\n"
122
122
cd " ${MYCODO_PATH} " /mycodo || return
123
- " ${MYCODO_PATH} " /env/bin/python -m pybabel compile -d mycodo_flask/translations
123
+ " ${MYCODO_PATH} " /env/bin/pybabel compile -d mycodo_flask/translations
124
124
;;
125
125
' create-files-directories' )
126
126
printf " \n#### Creating files and directories\n"
@@ -770,7 +770,7 @@ case "${1:-''}" in
770
770
' docker-compile-translations' )
771
771
printf " \n#### Compiling Translations\n"
772
772
cd " ${MYCODO_PATH} " /mycodo || exit
773
- " ${MYCODO_PATH} " /env/bin/python -m pybabel compile -d mycodo_flask/translations
773
+ " ${MYCODO_PATH} " /env/bin/pybabel compile -d mycodo_flask/translations
774
774
;;
775
775
' docker-update-pip' )
776
776
printf " \n#### Updating pip\n"
You can’t perform that action at this time.
0 commit comments