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:
parent
b3471ab439
commit
bac4cc6fd7
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user