diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-07 18:55:16 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-07 19:04:40 +0100 |
commit | ad4331a4bd8b29fe1f91b048c6d606e515659cf4 (patch) | |
tree | b365a76c1857d13ed6c620bb78b3840055e3ae30 /.gitmodules | |
parent | 8cdc62359db644cc30d24afbd4464453da95b192 (diff) | |
download | hydrilla-builder-ad4331a4bd8b29fe1f91b048c6d606e515659cf4.tar.gz hydrilla-builder-ad4331a4bd8b29fe1f91b048c6d606e515659cf4.zip |
facilitate for including other schemas in submodule and expose them to other packages
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 98d2b26..3bd8177 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -[submodule "src/hydrilla_builder/schemas"] - path = src/hydrilla/builder/schemas +[submodule "src/hydrilla/schemas"] + path = src/hydrilla/schemas url = ../hydrilla-json-schemas [submodule "src/test/source-package-example"] path = src/test/source-package-example |