diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync index 6ece718126..6757848fc6 100644 --- a/src/etc/phpshellsessions/gitsync +++ b/src/etc/phpshellsessions/gitsync @@ -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" );