aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 8b3a549..3ad30ca 100755
--- a/src/update-gitjoe.pl
+++ b/src/update-gitjoe.pl
@@ -46,12 +46,12 @@ sub stagit_generate {
substr($repos[$i], -4) = "";
mkdir($repos[$i], 0755);
chdir($site_dir . $user . '/' . $repos[$i] . '/');
+ $repos[$i] = $repos[$i] . '.git';
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 . '/');