Skip to content

Commit 10340b4

Browse files
author
Ira Abramov
committed
Merge branch 'ira/completion-cleanup' of github.com:Bash-it/bash-it into ira/completion-cleanup
* 'ira/completion-cleanup' of github.com:Bash-it/bash-it: Update completion/available/rvm.completion.bash
2 parents bc8264d + ba3beaa commit 10340b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/available/rvm.completion.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Bash completion support for RVM.
44
# Source: https://rvm.io/workflow/completion
55

6-
[[ -r "$rvm_path/scripts/completion" ]] && . "$rvm_path/scripts/completion"
6+
[[ -r $rvm_path/scripts/completion ]] && . "$rvm_path/scripts/completion"

0 commit comments

Comments
 (0)