From e224233da52a8e2e51642b0c34479e45a5598961 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Thu, 23 May 2019 20:43:13 +0200 Subject: [PATCH] change submodule remote url to https ssh url required having ssh key added to github --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9b947ea..ea75497 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "submodules/bash-preexec"] path = submodules/bash-preexec - url = git@github.com:rcaloras/bash-preexec.git + url = https://github.com/rcaloras/bash-preexec.git