diff --git a/homebrew/gh.rb b/homebrew/gh.rb index b3d55989..52c1269f 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -16,8 +16,8 @@ class Gh < Formula def install bin.install "gh" - bash_completion.install 'gh.bash_completion.sh' - zsh_completion.install 'gh.zsh_completion' => '_gh' + bash_completion.install "gh.bash_completion.sh" + zsh_completion.install "gh.zsh_completion" => "_gh" end def caveats; <<-EOS.undent