summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid Mehren2020-11-17 20:53:58 +0100
committerDavid Mehren2020-11-17 20:53:58 +0100
commit64d6073aa16855bdecacea8983ee9244a6889ed8 (patch)
tree0e2023f61f46b23629568e46f32154aa9f4394de /bin
parentca0f1f9a4e1351cc8ab55e3af746adbc6495b2d5 (diff)
Improve wording of yarn version error in setup script
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index 238b42e9..926c8cbc 100755
--- a/bin/setup
+++ b/bin/setup
@@ -26,7 +26,7 @@ if version_lt "$(yarn --version)" '1.22.0'; then
cat <<EOF
FATAL: Your Yarn version is outdated.
-Please upgrade to a version newer than 1.22.0 and try again.
+Please upgrade to version 1.22.0 or higher and try again.
See https://classic.yarnpkg.com/en/docs/install for instructions.
EOF
exit 1