Fixed regressed submodule git protocols

refs https://github.com/TryGhost/Ghost/issues/10265
refs https://github.com/TryGhost/Toolbox/issues/354

- I seem to have regressed the referenced Ghost issue during the
  conversion to a monorepo
- this puts the url paths back to relative URLs so it uses whatever
  protocol the Ghost repo was cloned with
This commit is contained in:
Daniel Lockyer 2022-07-25 11:39:13 +02:00
parent b3471ab439
commit bac4cc6fd7
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "ghost/core/content/themes/casper"]
path = ghost/core/content/themes/casper
url = https://github.com/TryGhost/Casper/
url = ../../TryGhost/Casper.git
[submodule "ghost/core/core/admin"]
path = ghost/core/core/admin
url = https://github.com/TryGhost/Admin/
url = ../../TryGhost/Admin.git