mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Add -v flag to avoid script exit
This commit is contained in:
committed by
Pauloparakleto
parent
4a4135f261
commit
15c93a8e95
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user