summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Knight <zachk@knowbe4.com>2019-06-10 14:01:12 -0400
committerZachary Knight <zachk@knowbe4.com>2019-06-10 14:01:12 -0400
commit629bcf2cb75db3ec4dede0469a31dab449880a66 (patch)
treea9ea98d7cfd795d67063e0656b7e732b3636efd0
parent775fa5cfb2367770f7d218f6ea8743709b099e5f (diff)
change run.sh
-rwxr-xr-xrun.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/run.sh b/run.sh
index 1007471..8908c80 100755
--- a/run.sh
+++ b/run.sh
@@ -103,10 +103,6 @@ case "$COMMAND" in
# Before running license_finder, we need to install dependencies for the project.
if test -f Gemfile ; then
if test -n "$rvm_recommended_ruby" ; then
- # Install the Ruby version RVM found in the project files
- # This always end in the cryptic "bash: Searching: command not found" error but Ruby is installed
- # So we ignore the error.
- $($rvm_recommended_ruby) 2>/dev/null || true
rvm use .
gem install bundler
# We need to install the license_finder gem into this Ruby version too.