diff options
Diffstat (limited to '')
-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 30e686c..ec93a67 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -24,7 +24,7 @@ sub get_repos_index { sub stagit_generate { my ($user, @repos) = @_; - my $site_dir = '/usr/local/www/git-jozan/'; + my $site_dir = '/usr/local/www/gitjoe/'; my $home_dir = '/usr/home/' . $user . '/'; chdir($site_dir); system( |