summaryrefslogtreecommitdiff
path: root/scripts/frontend/prettier.sh
diff options
context:
space:
mode:
authorLukas Eipert <git@leipert.io>2018-03-29 13:58:54 +0200
committerLukas Eipert <git@leipert.io>2018-03-29 13:58:54 +0200
commit46ed2b8fde6192f0975cf73ea7d34c6f7c5c3b51 (patch)
treea8a65684efce4764fb6c40a76a95edae6339c383 /scripts/frontend/prettier.sh
parent0cbf194b6bd6f0c6a5cc3f006d805076c7285668 (diff)
downloadgitlab-ce-46ed2b8fde6192f0975cf73ea7d34c6f7c5c3b51.tar.gz
typo
Diffstat (limited to 'scripts/frontend/prettier.sh')
-rwxr-xr-xscripts/frontend/prettier.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/frontend/prettier.sh b/scripts/frontend/prettier.sh
index a676979d217..463145591d3 100755
--- a/scripts/frontend/prettier.sh
+++ b/scripts/frontend/prettier.sh
@@ -50,7 +50,7 @@ if [ "$action" == "check" ]; then
echo -e "\nFormat of $files files is correct."
exit 0
else
- echo -e "\n===============================\nGitLab uses Prettier to format all JavaScript code.\nPlease format each file listed below or run 'yarn prettier-$files-save'\n===============================\n"
+ echo -e "\n===============================\nGitLab uses Prettier to format all JavaScript code.\nPlease format each file listed above or run 'yarn prettier-$files-save'\n===============================\n"
exit 1
fi
fi