From 59b0179d23b0f4aaacf4cdcbb81e9e13fa730ec3 Mon Sep 17 00:00:00 2001 From: Jackson D'souza Date: Mon, 11 Dec 2023 17:53:29 +0000 Subject: [PATCH] Issue #446: Fixed git submodule SSH permission issue --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ff94ec29..ee2b3c58 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "factor/exemption"] path = factor/exemption - url = git@github.com:catalyst/moodle-factor_exemption.git + url = https://github.com/catalyst/moodle-factor_exemption.git