From 32229d6fcb506a4c7ab6739a82d660e7c16f13fd Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Tue, 3 Sep 2019 12:51:04 +0000 Subject: Apply suggestion to scripts/frontend/check_dependencies.sh --- scripts/frontend/check_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1