Remove error message
This commit is contained in:
parent
55c9a25823
commit
3de4e70d93
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
if which rvm >/dev/null
|
||||
if which rvm >/dev/null 2>&1
|
||||
rvm current
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue