summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 16:09:59 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 16:09:59 -0500
commitfce9b046462521e8e1dfc428a01e1f01f2d483a4 (patch)
treeec5ed7f1fa050ffb87109370f4574b7fde7b749f /etc/phpshellsessions
parentdc358cba4fdb039b8e3a55a79f6303de211640b7 (diff)
downloadpfsense-fce9b046462521e8e1dfc428a01e1f01f2d483a4.zip
pfsense-fce9b046462521e8e1dfc428a01e1f01f2d483a4.tar.gz
Pull latest GIT repo (master)
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 1f03475..75662a8 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -98,7 +98,7 @@ exec("mkdir -p /root/pfsense/$branch");
// Git 'er done!
if(is_dir("$CODIR/master/mainline"))
- exec("cd $CODIR/master/mainline && git pull");
+ exec("cd $CODIR/master/mainline && git pull $BRANCHTAG");
else
exec("cd $CODIR && git clone $GIT_REPO");
OpenPOWER on IntegriCloud