Merge pull request #4833 from jamessan/multi-remote-fix

vim-patch.sh: Only print the first neovim/neovim remote name
This commit is contained in:
Justin M. Keyes
2016-05-28 17:05:12 -04:00

View File

@@ -92,7 +92,7 @@ commit_message() {
find_git_remote() {
git remote -v \
| awk '$2 ~ /github.com[:/]neovim\/neovim/ && $3 == "(fetch)" {print $1}'
| awk '$2 ~ /github.com[:/]neovim\/neovim/ && $3 == "(fetch)" {print $1; exit}'
}
assign_commit_details() {