aboutsummaryrefslogtreecommitdiffstats
path: root/src/update/gitjoe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-xsrc/update/gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index 28d8709..e31276e 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -44,7 +44,7 @@ sub stagit_generate {
mkdir($repos[$i], 0755);
chdir($site_dir . $user . '/' . $repos[$i] . '/');
$repos[$i] = $repos[$i] . '.git';
- mkdir($site_dir . $user . '/', 0755);
+ mkdir($site_dir . 'cache/' . $user . '/', 0755);
print "Repoing " . $repos[$i] . "\n";
system(
'/usr/local/bin/dash',