diff options
-rwxr-xr-x | src/update/gitjoe.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index 524775b..61908d8 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -48,6 +48,7 @@ sub stagit_generate { } chdir($site_dir . $user . '/' . $repos[$i] . '/'); $repos[$i] = $repos[$i] . '.git'; + print "Repoing " . $repos[$i] . "\n"; system( '/usr/local/bin/dash', '-c', |