vim-patch.sh: mention URL for hub tool #9659

closes #9659
This commit is contained in:
Billy Su 2019-03-02 08:24:27 +08:00 committed by Justin M. Keyes
parent d44ab5fdea
commit 8ba484ab69

View File

@ -297,6 +297,7 @@ submit_pr() {
submit_fn="git_hub_pr"
else
>&2 echo "${BASENAME}: 'hub' or 'git-hub' not found in PATH or not executable."
>&2 echo " Get it here: https://hub.github.com/"
exit 1
fi