summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-18 18:44:03 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-18 18:44:03 -0500
commit8eba9da830ef21f481630ba68082aa5e33ff437d (patch)
tree8719a92a95889b4672c0247052de37eb026ba4e1 /etc/phpshellsessions
parentaae03d716383cf12f8d0aee5c153558e473a40e6 (diff)
downloadpfsense-8eba9da830ef21f481630ba68082aa5e33ff437d.zip
pfsense-8eba9da830ef21f481630ba68082aa5e33ff437d.tar.gz
Set git fetch url correctly
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 602bb81..c63c204 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -4,7 +4,7 @@
* Part of the pfSense project pfSsh.php subsystem
*/
-$GIT_REPO="http://gitweb.pfsense.org/pfsense/mainline.git pfSense";
+$GIT_REPO="http://gitweb.pfsense.org/pfsense/mainline.git";
global $argv;
global $command_split;
@@ -100,7 +100,7 @@ exec("mkdir -p /root/pfsense/$branch");
if(is_dir("$CODIR/master/mainline"))
exec("cd $CODIR/master/mainline && git fetch");
else
- exec("cd $CODIR && git clone $GIT_REPO pfSense");
+ exec("cd $CODIR && git clone $GIT_REPO");
if($branch == "master")
exec("cd $CODIR/master/mainline && git checkout master");
OpenPOWER on IntegriCloud