change protocol for git submodule
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "core/lib/Thelia/Tpex"]
|
||||
path = core/lib/Thelia/Tpex
|
||||
url = git@github.com:thelia/Tpex.git
|
||||
url = https://github.com/thelia/Tpex.git
|
||||
|
||||
@@ -166,11 +166,4 @@ class Parser implements ParserInterface
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
protected function parseInclude($content)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Submodule core/lib/Thelia/Tpex updated: 34959348e4...008ac76a70
Reference in New Issue
Block a user