Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 56d6f13

Browse files
committed
Fixed manpages for hub
1 parent c96c46b commit 56d6f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/hub/Dockerfile.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ curl --silent --location "https://github.com/github/hub/releases/download/v${ver
1212
rm -f \
1313
"${prefix}${target}/LICENSE" \
1414
"${prefix}${target}/install" \
15-
"${prefix}${target}/README.md"
15+
"${prefix}${target}/README.md" \
16+
"${prefix}${target}/share/man/man1/*.txt"
1617
mv "${prefix}${target}/etc/hub.bash_completion.sh" "${prefix}${target}/share/bash-completion/completions/hub"
1718
mv "${prefix}${target}/etc/hub.fish_completion" "${prefix}${target}/share/fish/vendor_completions.d/hub.fish"
1819
mv "${prefix}${target}/etc/hub.zsh_completion" "${prefix}${target}/share/zsh/vendor-completions/_hub"

0 commit comments

Comments
 (0)