Checkout master correctly

This commit is contained in:
Scott Ullrich 2009-01-18 18:36:05 -05:00
parent 974dcf8d18
commit 116aa117d2

View File

@ -103,7 +103,7 @@ else
exec("cd $CODIR && git clone $GIT_REPO pfSense");
if($branch == "master")
exec("cd $CODIR/master/mainline && git checkout");
exec("cd $CODIR/master/mainline && git checkout master");
else
exec("cd $CODIR/master/mainline && git checkout -b $BRANCHTAG origin/$BRANCHTAG");