aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 21:09:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 21:09:08 +0200
commit7be31102cb0bdc88fdb5b194bc37f4061f16cbac (patch)
tree9b5c15c9b977da4b0f78ed927f5c1c5a699f9139 /src
parentTest with that (diff)
downloadjoe-scripts-7be31102cb0bdc88fdb5b194bc37f4061f16cbac.tar.gz
joe-scripts-7be31102cb0bdc88fdb5b194bc37f4061f16cbac.tar.bz2
joe-scripts-7be31102cb0bdc88fdb5b194bc37f4061f16cbac.tar.xz
joe-scripts-7be31102cb0bdc88fdb5b194bc37f4061f16cbac.tar.zst
joe-scripts-7be31102cb0bdc88fdb5b194bc37f4061f16cbac.zip
Bug fix
Diffstat (limited to 'src')
-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 01f75a8..34a4e50 100755
--- a/src/update-gitjoe.pl
+++ b/src/update-gitjoe.pl
@@ -30,7 +30,7 @@ sub get_repos_index {
sub stagit_generate {
my ($user, @repos) = @_;
my $site_dir = '/usr/local/www/git-jozan/';
- my $home_dir = '/usr/local/' . $user . '/';
+ my $home_dir = '/usr/home/' . $user . '/';
chdir($site_dir);
system(
'/usr/local/bin/dash',