We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceecb3a commit c260570Copy full SHA for c260570
1 file changed
homebrew/chruby.rb
@@ -14,7 +14,7 @@ def install
14
def caveats; <<-EOS.undent
15
Add the following to the ~/.bashrc or ~/.zshrc file:
16
17
- source #{opt_prefix}/share/chruby/chruby.sh
+ source #{opt_share}/chruby/chruby.sh
18
19
By default chruby will search for Rubies installed into /opt/rubies/ or
20
~/.rubies/. For non-standard installation locations, simply set the RUBIES
@@ -34,7 +34,7 @@ def caveats; <<-EOS.undent
34
To enable auto-switching of Rubies specified by .ruby-version files,
35
add the following to ~/.bashrc or ~/.zshrc:
36
37
- source #{opt_prefix}/share/chruby/auto.sh
+ source #{opt_share}/chruby/auto.sh
38
EOS
39
end
40
0 commit comments