mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vimpatch.sh: bug fix in find_git_remote regex (#4863)
vimpatch.sh: fix awk expr
This commit is contained in:
parent
0afe63e925
commit
568da8ef3b
@ -92,7 +92,7 @@ commit_message() {
|
||||
|
||||
find_git_remote() {
|
||||
git remote -v \
|
||||
| awk '$2 ~ /github.com[:/]neovim\/neovim/ && $3 == "(fetch)" {print $1; exit}'
|
||||
| awk '$2 ~ /github.com[:\/]neovim\/neovim/ && $3 == "(fetch)" {print $1; exit}'
|
||||
}
|
||||
|
||||
assign_commit_details() {
|
||||
|
Loading…
Reference in New Issue
Block a user