diff options
author | Victor Robertson <vmrob@bittorrent.com> | 2016-07-28 15:35:00 -0700 |
---|---|---|
committer | Victor Robertson <vmrob@bittorrent.com> | 2016-07-28 15:40:45 -0700 |
commit | 191a52aaf597f203855df131cfde9e054befc4bc (patch) | |
tree | cd6a0b67fbfddfa5aa30c9428a2f1847bd8afcb9 /.gitmodules | |
parent | Increase warnings (diff) | |
download | args.hxx-191a52aaf597f203855df131cfde9e054befc4bc.tar.xz |
Fix submodule uri
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3386d8f..85b2c7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "pages"] path = pages - url = github.com:Taywee/args.git + url = git@github.com:Taywee/args.git branch = gh-pages |