mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -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() {
|
find_git_remote() {
|
||||||
git remote -v \
|
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() {
|
assign_commit_details() {
|
||||||
|
Loading…
Reference in New Issue
Block a user