From 1db4cfc771f8c077e029371a493c6c1e3af13c0e Mon Sep 17 00:00:00 2001 From: Aleksandr Shushkov Date: Mon, 6 Dec 2021 16:18:04 +0300 Subject: [PATCH] Fix identation --- xcode/build_phases/localization.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcode/build_phases/localization.sh b/xcode/build_phases/localization.sh index 7d6b3b2..0c75ebe 100644 --- a/xcode/build_phases/localization.sh +++ b/xcode/build_phases/localization.sh @@ -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 \ No newline at end of file