diff options
Diffstat (limited to 'src/update/gitjoe.pl')
-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 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] . '/'; |