From 9611baac72745667e198af1ecbd6b25d7dcd7b71 Mon Sep 17 00:00:00 2001 From: Christian Höltje Date: Thu, 3 May 2012 08:27:31 -0400 Subject: git-now: fix typo in caveats The zsh-completion path in the caveat was missing the `share` directory component. Closes #12035. Signed-off-by: Jack Nagel --- Library/Formula/git-now.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/git-now.rb') diff --git a/Library/Formula/git-now.rb b/Library/Formula/git-now.rb index 8e3327d71..c1fcda3cf 100644 --- a/Library/Formula/git-now.rb +++ b/Library/Formula/git-now.rb @@ -20,7 +20,7 @@ class GitNow < Formula def caveats; <<-EOS.undent Zsh completion has been installed to: - #{HOMEBREW_PREFIX}/zsh/site-functions + #{HOMEBREW_PREFIX}/share/zsh/site-functions EOS end end -- cgit v1.2.3