diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-24 22:09:12 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-24 22:09:12 -0700 |
commit | d45924bffa19b890f0eb0e167c576d9186c40aea (patch) | |
tree | 31ead5ecb259ae2a525c5db816f295b90c8c6bf4 /.gitmodules | |
parent | 40486846eec28f0165a26cda63eb98bd681353dc (diff) |
Rename submodule path to main
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index d8fb33b..8866ef6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "_main"] - path = _main +[submodule "main"] + path = main url = https://github.com/zeux/pugixml.git |