From 3176f7c6ba69f26f5b6a19810e14f8223387ace9 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Tue, 4 Sep 2012 10:58:03 +0800 Subject: [PATCH] Typo in default config file --- config-dist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-dist.json b/config-dist.json index 4044c89..0360df9 100644 --- a/config-dist.json +++ b/config-dist.json @@ -20,7 +20,7 @@ "remotes": { "stable": "git://git.moodle.org/moodle.git", "integration": "git://git.moodle.org/integration.git", - "mine": "git@github.com/YourGitHub/moodle.git" + "mine": "git@github.com:YourGitHub/moodle.git" }, // Database access @@ -96,4 +96,4 @@ // You should not edit this, this is the branch that is considered as master by developers. "masterBranch": 24 -} \ No newline at end of file +} -- 2.11.0