aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:20:12 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:20:12 +0200
commit2d083df63b9686673b51b02f0042ffbdaa62296e (patch)
tree2078467e81b6d0af23836f9563e0b234a679ad84
parentTrying without rm everything (diff)
downloadjoe-scripts-2d083df63b9686673b51b02f0042ffbdaa62296e.tar.gz
joe-scripts-2d083df63b9686673b51b02f0042ffbdaa62296e.tar.bz2
joe-scripts-2d083df63b9686673b51b02f0042ffbdaa62296e.tar.xz
joe-scripts-2d083df63b9686673b51b02f0042ffbdaa62296e.tar.zst
joe-scripts-2d083df63b9686673b51b02f0042ffbdaa62296e.zip
Update
-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 3a19f5b..524775b 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -51,7 +51,7 @@ sub stagit_generate {
system(
'/usr/local/bin/dash',
'-c',
- '/usr/local/bin/stagit -c ' . $site_dir . $user . '/' . $repos[$i] . '.cache ' . $home_dir . $repos[$i] . '/'
+ '/usr/local/bin/stagit ' . $home_dir . $repos[$i] . '/'
);
copy('../style.css', './style.css');
copy('../logo.png', './logo.png');