Files
capa/.gitmodules
Andrew 49774110cc Fix #255: Use relative paths for the git submodule
Fixes #255

This enables both HTTPS and SSH to be used to checkout
the project, per https://stackoverflow.com/a/44630028/9457431
2020-08-27 15:25:14 -04:00

7 lines
132 B
Plaintext

[submodule "rules"]
path = rules
url = ../capa-rules.git
[submodule "tests/data"]
path = tests/data
url = ../capa-testfiles.git