aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 ecf7c71..8b3a549 100755
--- a/src/update-gitjoe.pl
+++ b/src/update-gitjoe.pl
@@ -45,13 +45,13 @@ sub stagit_generate {
$repos_line = $repos_line . ' ' . $home_dir . $repos[$i] . '/';
substr($repos[$i], -4) = "";
mkdir($repos[$i], 0755);
- $repos[$i] = $repos[$i] . '.git';
chdir($site_dir . $user . '/' . $repos[$i] . '/');
system(
'/usr/local/bin/dash',
'-c',
'/usr/local/bin/stagit ' . $home_dir . $repos[$i] . '/'
);
+ $repos[$i] = $repos[$i] . '.git';
$i += 1;
}
chdir($site_dir . $user . '/');