From 5419b4b732a6ea71dccc5bf075011ba34fd9c1e1 Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 8 Nov 2018 18:43:37 +0100 Subject: [PATCH] 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. --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a3d773fc..f75b7664 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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