Typo in default config file
authorFrederic Massart <fred@moodle.com>
Tue, 4 Sep 2012 02:58:03 +0000 (10:58 +0800)
committerFrederic Massart <fred@moodle.com>
Tue, 4 Sep 2012 02:58:03 +0000 (10:58 +0800)
config-dist.json

index 4044c89..0360df9 100644 (file)
@@ -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
+}