refactor: typo

This commit is contained in:
Vlad Suhomlinov 2021-09-13 11:32:21 +03:00
parent 088114cb5c
commit 5a6dd866f7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fi
lint_files_path="${SRCROOT}/build_phases/swiftlint_files"
if [ ! -z "${lint_files_path}" ]; then
> ${lint_files_path} # Если файл существует, то просто его отчистим
> ${lint_files_path} # Если файл существует, то просто его очистим
else
touch ${lint_files_path} # Если файла нет, то создадим его
fi