diff --git a/awit-certmaster b/awit-certmaster index 7d59ef9c2a541d61c75410574ef65e179a1fe083..4ef1c56bba78f5c4e127aa4d7ba10e5a1cc47d5e 100755 --- a/awit-certmaster +++ b/awit-certmaster @@ -434,7 +434,7 @@ sub logger_end # If we're being quiet here is where we should output the logs if there were warnings - if ($self->{'quiet'} && grep({/^WARNING/},@{$self->{'_logs'}})) { + if ($self->{'quiet'} && grep({/^WARNING/} @{$self->{'_logs'}})) { print(STDERR @{$self->{'_logs'}}); } @@ -1785,7 +1785,7 @@ use Getopt::Long; my $NAME = "AWIT-CertMaster"; -our $VERSION = "1.1.4"; +our $VERSION = "1.1.5";