summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setup')
-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