aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gh.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gh.rb b/Library/Formula/gh.rb
index d95c52dcb..9d89dfb0d 100644
--- a/Library/Formula/gh.rb
+++ b/Library/Formula/gh.rb
@@ -19,6 +19,7 @@ class Gh < Formula
def install
system "script/make", "--no-update"
bin.install "gh"
+ man1.install "man/gh.1"
if build.with? "completions"
bash_completion.install "etc/gh.bash_completion.sh"