diff options
author | Billy Su <g4691821@gmail.com> | 2019-03-02 08:24:27 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-03-02 03:26:11 +0100 |
commit | 8ba484ab6943a64ff40deb2abdc789fccd00e61c (patch) | |
tree | 01cc54f89bd2139a023c7b046af60a89f2b70cea /scripts/vim-patch.sh | |
parent | d44ab5fdea6dfe37edcb7da9d7c2c9929d3c299e (diff) | |
download | rneovim-8ba484ab6943a64ff40deb2abdc789fccd00e61c.tar.gz rneovim-8ba484ab6943a64ff40deb2abdc789fccd00e61c.tar.bz2 rneovim-8ba484ab6943a64ff40deb2abdc789fccd00e61c.zip |
vim-patch.sh: mention URL for `hub` tool #9659
closes #9659
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 |