diff options
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-x | scripts/vim-patch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |