Skip to content

Commit

Permalink
Switched to using git URLs for submodules
Browse files Browse the repository at this point in the history
closes #10265

- trying to balance ease of contributing with git urls not always working
- optimising for ease of contributing for now, but #10265 has other options just in case
  • Loading branch information
ErisDS committed Dec 10, 2018
1 parent 7af2802 commit 6499e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "content/themes/casper"]
path = content/themes/casper
url = https://github.com/TryGhost/Casper.git
url = git@github.com:TryGhost/Casper.git
[submodule "core/client"]
path = core/client
url = https://github.com/TryGhost/Ghost-Admin.git
url = git@github.com:TryGhost/Ghost-Admin.git

0 comments on commit 6499e11

Please sign in to comment.