summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-18 18:35:30 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-18 18:35:30 -0500
commitaae03d716383cf12f8d0aee5c153558e473a40e6 (patch)
tree53196577fb4d6d228ef7dcba12f5b9f0040f0190 /etc/phpshellsessions
parent4c1ed4a7dc061f61288c4aea914ada55e772f37d (diff)
downloadpfsense-aae03d716383cf12f8d0aee5c153558e473a40e6.zip
pfsense-aae03d716383cf12f8d0aee5c153558e473a40e6.tar.gz
Checkout master correctly
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 24752db..602bb81 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -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");
OpenPOWER on IntegriCloud