aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:05:56 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:05:56 +0200
commitcbc1eac4a285d4959793e41bf045280ecdc01480 (patch)
tree66fcc58381b54d4f74ec0475b8d7283a409b4153
parentUpdate (diff)
downloadjoe-scripts-cbc1eac4a285d4959793e41bf045280ecdc01480.tar.gz
joe-scripts-cbc1eac4a285d4959793e41bf045280ecdc01480.tar.bz2
joe-scripts-cbc1eac4a285d4959793e41bf045280ecdc01480.tar.xz
joe-scripts-cbc1eac4a285d4959793e41bf045280ecdc01480.tar.zst
joe-scripts-cbc1eac4a285d4959793e41bf045280ecdc01480.zip
GitJoe css is a new file
-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 fdf8a80..e3df924 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -35,7 +35,7 @@ sub stagit_generate {
mkdir($user, 0755);
my $i = 0;
my $repos_line = "";
- copy('./css/site.css', './' . $user . '/style.css');
+ copy('./css/gitjoe.css', './' . $user . '/style.css');
while ($i < @repos) {
chdir($site_dir . $user . '/');
$repos_line = $repos_line . ' ' . $home_dir . $repos[$i] . '/';