Fixed a typo in the fish formula.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Benjamin Stiglitz 2009-09-03 21:18:43 +08:00 committed by Max Howell
parent 9de8ef8e1f
commit 59692ad105

View file

@ -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