8000 Use /usr/local/opt/chruby instead of a version specific path (issue #… · devandroid/chruby@bafb67e · GitHub
[go: up one dir, main page]

Skip to content

Commit bafb67e

Browse files
committed
Use /usr/local/opt/chruby instead of a version specific path (issue postmodern#18).
1 parent beb9fd6 commit bafb67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homebrew/chruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def caveats
2525
message = %{
2626
Add chruby to ~/.bashrc or ~/.profile:
2727
28-
. #{prefix}/share/chruby/chruby.sh
28+
. /usr/local/opt/chruby/share/chruby/chruby.sh
2929
}
3030

3131
if rubies_dir

0 commit comments

Comments
 (0)
0