diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 7a8f23d7b..d67dc116f 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -20,7 +20,7 @@ class Go < Formula def install # install the completion scripts bash_completion.install 'misc/bash/go' => 'go-completion.bash' - zsh_completion.install 'misc/zsh/go' => 'go' + zsh_completion.install 'misc/zsh/go' => '_go' # host platform (darwin) must come last in the targets list if build.include? 'cross-compile-all' |
