From 1731988ae761a494a0e2854fce3649170e735c84 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 11 Feb 2021 20:13:35 +0100 Subject: [PATCH] use ssh instead of http for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index be4963314..ae8f607bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "frontend"] path = frontend - url = https://github.com/gradido/gradido_vue_wallet.git + url = git@github.com:gradido/gradido_vue_wallet.git