vim-patch.sh: Fix creation of commit list for PR review

[ci skip]
This commit is contained in:
James McCoy
2020-03-31 22:40:33 -04:00
parent 4139678f97
commit dc7f59e04b

View File

@@ -670,9 +670,11 @@ review_pr() {
require_executable nvim
require_executable jq
get_vim_sources
local pr="${1}"
get_vim_sources
local pr="${1}"
echo
echo "Downloading data for pull request #${pr}."
local -a pr_commit_urls
while IFS= read -r pr_commit_url; do