summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 16:05:28 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 16:05:28 -0500
commitdc358cba4fdb039b8e3a55a79f6303de211640b7 (patch)
treeca71f3b2b98bb5c2ce171f95443ace79fb486ac6 /etc/phpshellsessions
parent8eba9da830ef21f481630ba68082aa5e33ff437d (diff)
downloadpfsense-dc358cba4fdb039b8e3a55a79f6303de211640b7.zip
pfsense-dc358cba4fdb039b8e3a55a79f6303de211640b7.tar.gz
Pull latest GIT repo
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 c63c204..1f03475 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 fetch");
+ exec("cd $CODIR/master/mainline && git pull");
else
exec("cd $CODIR && git clone $GIT_REPO");
OpenPOWER on IntegriCloud