summaryrefslogtreecommitdiff
path: root/scripts/frontend/prettier.sh
diff options
context:
space:
mode:
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