From 24a69808969937506d886d9f9f2b06d689134592 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 11 May 2020 13:15:13 +0200 Subject: [PATCH] fix: [gitmodules] Using https instead of ssh to avoid permission denied error --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8a7b0a3e6..7c7aa0c80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,4 +42,4 @@ url = https://github.com/MISP/misp-decaying-models.git [submodule "app/files/scripts/misp-opendata"] path = app/files/scripts/misp-opendata - url = git@github.com:misp/misp-opendata + url = https://github.com/MISP/misp-opendata