Merge pull request #259 from recvfrom/master

Fix #255: Use relative paths for the git submodule
This commit is contained in:
Willi Ballenthin
2020-08-27 14:20:10 -06:00
committed by GitHub

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "rules"]
path = rules
url = git@github.com:fireeye/capa-rules.git
url = ../capa-rules.git
[submodule "tests/data"]
path = tests/data
url = git@github.com:fireeye/capa-testfiles.git
url = ../capa-testfiles.git