From: mwolson_admin Date: Sun, 22 Jun 2008 16:30:22 +0000 (-0400) Subject: hcoop-git-maint: Fix URL. X-Git-Url: http://git.hcoop.net/clinton/scripts.git/commitdiff_plain/df1962e3235a88e86e76feac74e8d58b93d7608f hcoop-git-maint: Fix URL. --- diff --git a/hcoop-git-maint b/hcoop-git-maint index 327ff88..d148f2a 100755 --- a/hcoop-git-maint +++ b/hcoop-git-maint @@ -9,6 +9,6 @@ find /afs/hcoop.net/user -mindepth 3 -maxdepth 3 -noleaf -exec \ # Update cache of front page. cache=/var/local/lib/gitweb/indexcache.html -wget -q -O $cache.tmp 'http://git.hcoop.net/test?nocache=y' +wget -q -O $cache.tmp 'http://git.hcoop.net/?nocache=y' chmod a+r $cache.tmp mv $cache.tmp $cache