summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
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 a347923..461811f 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -122,7 +122,7 @@ if(is_dir("$CODIR/pfSenseGITREPO")) {
}
if($branch == "master") {
- exec("cd $CODIR/pfSenseGITREPO && git checkout master");
+ exec("cd $CODIR/pfSenseGITREPO/pfSenseGITREPO && git checkout master");
} else {
$current_branch=`git branch | grep $branch`;
if($current_branch == "") {
OpenPOWER on IntegriCloud