build: correct the branch name in .gitmodules
This commit is contained in:
parent
2e772bfeec
commit
b826144dc9
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,7 +1,7 @@
|
||||||
[submodule "tree-sitter"]
|
[submodule "tree-sitter"]
|
||||||
path = tree-sitter
|
path = tree-sitter
|
||||||
url = https://github.com/ikatyang/tree-sitter
|
url = https://github.com/ikatyang/tree-sitter
|
||||||
branch = 0.19.3-custom
|
branch = v0.19.3-custom
|
||||||
[submodule "yaml-test-suite"]
|
[submodule "yaml-test-suite"]
|
||||||
path = yaml-test-suite
|
path = yaml-test-suite
|
||||||
url = https://github.com/yaml/yaml-test-suite
|
url = https://github.com/yaml/yaml-test-suite
|
||||||
|
|
Loading…
Reference in a new issue