Fix parse error.
authorJan Schneider <jan@horde.org>
Fri, 9 Jan 2009 14:14:56 +0000 (15:14 +0100)
committerJan Schneider <jan@horde.org>
Fri, 9 Jan 2009 14:14:56 +0000 (15:14 +0100)
chora/config/sourceroots.php.dist

index 872e186..13eca36 100644 (file)
@@ -59,7 +59,7 @@ $sourceroots['localsvn'] = array(
 
 $sourceroots['git'] = array(
     'name' => 'Git',
-    'location' => '/path/to/git/repo
+    'location' => '/path/to/git/repo',
     'title' => 'Git repository',
     'type' => 'git',
 );