aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fish.rb
diff options
context:
space:
mode:
authorBenjamin Stiglitz2009-09-03 21:18:43 +0800
committerMax Howell2009-09-11 17:42:53 +0100
commit7c387443951c63387ecf993f63cef4344d39594c (patch)
treef84637398ca28f930af1d8eefc4d0cfd50064c8a /Library/Formula/fish.rb
parent10f4980f97f6d4beea0c4d9d338b3c459bc22bca (diff)
downloadhomebrew-7c387443951c63387ecf993f63cef4344d39594c.tar.bz2
Fixed a typo in the fish formula.
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library/Formula/fish.rb')
-rw-r--r--Library/Formula/fish.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb
index c84bb8111..ab489a0b8 100644
--- a/Library/Formula/fish.rb
+++ b/Library/Formula/fish.rb
@@ -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