Fixed a typo in the fish formula.
Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
9de8ef8e1f
commit
59692ad105
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Fish <Formula
|
|||
end
|
||||
|
||||
def caveats
|
||||
"You will need to add #{HOMEBREW_PREFIX}/bin/fish to /etc/shells"+
|
||||
"You will need to add #{HOMEBREW_PREFIX}/bin/fish to /etc/shells\n"+
|
||||
"Run `chsh -s #{HOMEBREW_PREFIX}/bin/fish' to make fish your default shell."
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue