Fix identation

This commit is contained in:
Aleksandr Shushkov 2021-12-06 16:18:04 +03:00
parent 6b21a9845a
commit 1db4cfc771
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ fi
if which php >/dev/null; then
php ${SCRIPT_DIR}/../aux_scripts/import_strings.php ${LOCALIZATION_PATH} ${STRINGS_FOLDER} ${BUNDLE}
else
echo "warning: php not installed, install using 'brew install php'"
echo "warning: php not installed, install using 'brew install php'"
exit ${EXIT_FAILURE}
exit ${EXIT_FAILURE}
fi