aboutsummaryrefslogtreecommitdiffstats
path: root/src/update-gitjoe.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 21:15:01 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 21:15:01 +0200
commitc0de5612a347b88ae73075aeeb2983732744285e (patch)
tree39b485b6732d3fbbea01e3493ee15ab147251f58 /src/update-gitjoe.pl
parentBetter (diff)
downloadjoe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.gz
joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.bz2
joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.xz
joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.tar.zst
joe-scripts-c0de5612a347b88ae73075aeeb2983732744285e.zip
Now perfect
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 . '/');