Skip to content

Commit

Permalink
make it so git submodules dont need auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mbh committed Feb 8, 2018
1 parent d1f0797 commit 85e5f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,6 +1,6 @@
[submodule "data"]
path = data
url = git@github.com:ixty/wnm_data.git
url = https://github.com/ixty/wnm_data.git
[submodule "data-raw"]
path = data-raw
url = git@github.com:ixty/wnm_data_raw.git
url = https://github.com/ixty/wnm_data_raw.git

0 comments on commit 85e5f19

Please sign in to comment.