Update gitsync description for branch master, spotted by @phil-davis

This commit is contained in:
Renato Botelho 2015-08-27 08:55:28 -03:00
parent 03b565250a
commit da37f12917

View File

@ -20,7 +20,7 @@ $GITSYNC_MERGE = "/root/.gitsync_merge";
/* NOTE: Set branches here */
$branches = array(
"master" => "2.2 development branch",
"master" => "2.3 development branch",
"build_commit" => "The commit originally used to build the image"
);