From 8040298bcf88c083f4790546f0f0cfe693d52932 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 9 Jan 2009 15:14:56 +0100 Subject: [PATCH] Fix parse error. --- chora/config/sourceroots.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chora/config/sourceroots.php.dist b/chora/config/sourceroots.php.dist index 872e1869c..13eca36d3 100644 --- a/chora/config/sourceroots.php.dist +++ b/chora/config/sourceroots.php.dist @@ -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', ); -- 2.11.0