Skip to content

Commit

Permalink
Don't need the exit here because it's at the end.
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Mikonos <Michael.Mikonos@tpgtelecom.com.au>
  • Loading branch information
briandfoy and Michael Mikonos committed Feb 5, 2023
1 parent 719d357 commit 59e101f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/whoami
Expand Up @@ -20,7 +20,6 @@ my @coderefs = (
sub { require Win32; Win32::LoginName() },
sub { getlogin },
sub { defined $ENV{USER} ? $ENV{USER} : $ENV{USERNAME} },
sub { exit 1 },
);

foreach my $coderef ( @coderefs ) {
Expand Down

0 comments on commit 59e101f

Please sign in to comment.