From 8ba484ab6943a64ff40deb2abdc789fccd00e61c Mon Sep 17 00:00:00 2001 From: Billy Su Date: Sat, 2 Mar 2019 08:24:27 +0800 Subject: vim-patch.sh: mention URL for `hub` tool #9659 closes #9659 --- scripts/vim-patch.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 11305421e5..7339fdc691 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -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 -- cgit