diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:11:55 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:11:55 +0200 |
commit | 6ed91251391601f7c2d233da8e5d9531b304f6ec (patch) | |
tree | 7aa8f2b1da931651102d2d41d2a7ef00440a3041 | |
parent | Fix (diff) | |
download | joe-scripts-6ed91251391601f7c2d233da8e5d9531b304f6ec.tar.gz joe-scripts-6ed91251391601f7c2d233da8e5d9531b304f6ec.tar.bz2 joe-scripts-6ed91251391601f7c2d233da8e5d9531b304f6ec.tar.xz joe-scripts-6ed91251391601f7c2d233da8e5d9531b304f6ec.tar.zst joe-scripts-6ed91251391601f7c2d233da8e5d9531b304f6ec.zip |
Forgot cache/
-rwxr-xr-x | src/update/gitjoe.pl | 2 |
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', |