diff options
Diffstat (limited to '')
-rwxr-xr-x | src/gitjoe/rmuser.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe/rmuser.pl b/src/gitjoe/rmuser.pl index 944745f..d9b056d 100755 --- a/src/gitjoe/rmuser.pl +++ b/src/gitjoe/rmuser.pl @@ -23,6 +23,7 @@ y y EOF" ); + print "Removed git user " . colored($usr, 'bold yellow') . ".\n"; exit; } |