summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-09-03 12:51:04 +0000
committerWinnie Hellmann <winnie@gitlab.com>2019-09-03 12:51:04 +0000
commit32229d6fcb506a4c7ab6739a82d660e7c16f13fd (patch)
tree0c6b19f05c790dec76b640d88b3eb232392046b3
parent322a5ae0986de76aec7a8da796c9120d1f5c0408 (diff)
downloadgitlab-ce-winh-yarn-integrity-check-output.tar.gz
Apply suggestion to scripts/frontend/check_dependencies.shwinh-yarn-integrity-check-output
-rwxr-xr-xscripts/frontend/check_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/frontend/check_dependencies.sh b/scripts/frontend/check_dependencies.sh
index 4756f522cc1..64e7cf9da52 100755
--- a/scripts/frontend/check_dependencies.sh
+++ b/scripts/frontend/check_dependencies.sh
@@ -4,7 +4,7 @@ if ! yarn check --integrity 2>&1 > /dev/null
then
echo
echo " $(tput setaf 1)yarn check --integrity$(tput sgr0) failed!"
- echo ' Your dependencies probably don't match the yarn.lock file.'
+ echo " Your dependencies probably don't match the yarn.lock file."
echo " Please run $(tput setaf 2)yarn install$(tput sgr0) and try again."
echo
exit 1