1
0
Fork 0
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:
King_DuckZ 2016-07-15 16:55:06 +01:00
parent 29c71c9222
commit 2467f2f12d
2 changed files with 28 additions and 9 deletions

2
.gitmodules vendored
View file

@ -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