Skip to content
Snippets Groups Projects

rvm not in path without shell context

Merged Gasser Martin (mg20u947) requested to merge eol_check-ruby into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,4 +20,4 @@
# # * - default
rvm list | grep ^= | cut -f 2 -d " " | cut -f 2 -d "-" || ruby --version
\ No newline at end of file
/usr/local/rvm/bin/rvm list | grep ^= | cut -f 2 -d " " | cut -f 2 -d "-" || ruby --version
\ No newline at end of file
Loading