mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-05 13:09:47 +00:00
Fix a bug with the script not detecting non-empty
directories properly. It was looking for a relative path, but the base path would change across invocations of clone_submodules().
This commit is contained in:
parent
29c71c9222
commit
2467f2f12d
2 changed files with 28 additions and 9 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -9,7 +9,7 @@
|
|||
url = https://github.com/aantron/better-enums
|
||||
[submodule "lib/duckhandy"]
|
||||
path = lib/duckhandy
|
||||
url = https://github.com/KingDuckZ/duckhandy.git
|
||||
url = ../duckhandy.git
|
||||
[submodule "lib/incredis"]
|
||||
path = lib/incredis
|
||||
url = ../incredis.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue