mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Fix git submodule 'test'
The subdirectory for that submodule was accidentally removed
in commit 068b79052f
.
Add also .git to the submodule URL.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
eac5f88cc0
commit
30a68d92f5
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,4 +6,4 @@
|
|||||||
url = https://github.com/google/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
[submodule "test"]
|
[submodule "test"]
|
||||||
path = test
|
path = test
|
||||||
url = https://github.com/tesseract-ocr/test
|
url = https://github.com/tesseract-ocr/test.git
|
||||||
|
1
test
Submodule
1
test
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e27d9566917d7d167636a7d0cd59bcfb2c61c7eb
|
Loading…
Reference in New Issue
Block a user