From 7be31102cb0bdc88fdb5b194bc37f4061f16cbac Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Tue, 7 Jul 2020 21:09:08 +0200
Subject: Bug fix

---
 src/update-gitjoe.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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',
-- 
cgit v1.2.3