summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-18 18:36:05 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-18 18:36:05 -0500
commit116aa117d2e1bda3b551a349cb2e32782a7607cc (patch)
treecd538f73da502e928a687a214db2a2580c6da10b /etc
parent974dcf8d18fe87d562078abe93a2d907e6a7ba82 (diff)
downloadpfsense-116aa117d2e1bda3b551a349cb2e32782a7607cc.zip
pfsense-116aa117d2e1bda3b551a349cb2e32782a7607cc.tar.gz
Checkout master correctly
Diffstat (limited to 'etc')
-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