From 15c93a8e95cafdb3e32776be9e5e2bcfb0644e67 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 25 Mar 2024 13:24:10 +1100 Subject: [PATCH] Add -v flag to avoid script exit --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup b/script/setup index eddefb6b8c..030ee7901d 100755 --- a/script/setup +++ b/script/setup @@ -21,7 +21,7 @@ NO_COLOR='\033[0m' RUBY_VERSION=$(cat .ruby-version) if command -v rbenv > /dev/null; then ./script/rbenv-install.sh -elif command rvm > /dev/null; then +elif command -v rvm > /dev/null; then ./script/rvm-install.sh fi