Using git@ link instead of https:// link for web extension submodule
This commit is contained in:
parent
1c6393be4c
commit
09a8533413
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -6,4 +6,4 @@
|
|||
url = https://github.com/pimoroni/mlx90640-library
|
||||
[submodule "webext"]
|
||||
path = webext
|
||||
url = https://github.com/BlackLight/platypush-webext
|
||||
url = git@github.com:/BlackLight/platypush-webext
|
||||
|
|
2
webext
2
webext
|
@ -1 +1 @@
|
|||
Subproject commit bdb3b0b471e661261873b742c21406e53e0b32d5
|
||||
Subproject commit fb8acdda403626814607e1ca796dc29cab7b68c9
|
Loading…
Reference in a new issue