diff options
| author | Zachary Knight <zachk@knowbe4.com> | 2019-06-10 14:01:12 -0400 |
|---|---|---|
| committer | Zachary Knight <zachk@knowbe4.com> | 2019-06-10 14:01:12 -0400 |
| commit | 629bcf2cb75db3ec4dede0469a31dab449880a66 (patch) | |
| tree | a9ea98d7cfd795d67063e0656b7e732b3636efd0 | |
| parent | 775fa5cfb2367770f7d218f6ea8743709b099e5f (diff) | |
change run.sh
| -rwxr-xr-x | run.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |
