From 1b7c2f8841cc008ea315e6910f8a152ecf6221b4 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 9 Jul 2020 17:15:09 +0200 Subject: I read man --- src/update/gitjoe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index 14572ec..f7d9de1 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -54,7 +54,7 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - '/usr/local/bin/stagit -c ' . $site_dir . $user . $repos[$i] . '.cache -l 200 ' . $home_dir . $repos[$i] . '/' + '/usr/local/bin/stagit -c ' . $site_dir . $user . $repos[$i] . '.cache ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); -- cgit v1.2.3