mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
Use https for fetching sub modules
This switches over the sub module to using https instead of ssh. It simplifies a lot for people packaging the application and you won't need to have ssh configured correctly.
This commit is contained in:
parent
beec00dcb3
commit
5419b4b732
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,4 @@
|
||||
[submodule "scripts/resin"]
|
||||
path = scripts/resin
|
||||
url = git@github.com:balena-io/scripts.git
|
||||
url = https://github.com/balena-io/scripts.git
|
||||
branch = master
|
||||
|
Loading…
x
Reference in New Issue
Block a user