From 8d9a67b2ec7564bd32f4a8b3e5925948bc63c74d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 7 Sep 2008 01:09:56 +0000 Subject: Eliminate unneeded , --- etc/phpshellsessions/cvssync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index e82f774..57408e4 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -53,7 +53,7 @@ global $command_split; /* NOTE: Set branches here */ $branches = array( "RELENG_1" => "1.3 development branch", - "RELENG_1_2" => "1.2 release branch", + "RELENG_1_2" => "1.2 release branch" ); if(file_exists("/root/cvssync_backup.tgz")) -- cgit v1.1