Pull request #20: fix(gitmodules): fix copy paste error in url
Merge in ICO/coreos from fix/submodule to master * commit 'dfd7651f0b46de525becc92476443a4859378914': fix(gitmodules): fix copy paste error in url
This commit is contained in:
commit
e2ebe0cd83
|
|
@ -8,9 +8,9 @@
|
|||
branch = kirkstone
|
||||
[submodule "layers/meta-openembedded"]
|
||||
path = layers/meta-openembedded
|
||||
url = git clone ssh://git@bitbucket.gad.local:7999/ico/meta-openembedded.git
|
||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-openembedded.git
|
||||
branch = kirkstone
|
||||
[submodule "layers/meta-virtualization"]
|
||||
path = layers/meta-virtualization
|
||||
url = git clone ssh://git@bitbucket.gad.local:7999/ico/meta-virtualization.git
|
||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-virtualization.git
|
||||
branch = kirkstone
|
||||
|
|
|
|||
Loading…
Reference in New Issue