aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe/rmuser.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitjoe/rmuser.pl')
-rwxr-xr-xsrc/gitjoe/rmuser.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gitjoe/rmuser.pl b/src/gitjoe/rmuser.pl
index 2840c65..e88ddfa 100755
--- a/src/gitjoe/rmuser.pl
+++ b/src/gitjoe/rmuser.pl
@@ -8,7 +8,8 @@ use constant {
RMUSER_PATH => '/usr/sbin/rmuser',
};
-sub main {
+sub main
+{
my $argc = $#ARGV + 1;
if ($argc < 1) {
print colored("Failed!\n", 'bold red')