Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nigel Kukard
awit-certmaster
Commits
c99f3abf
Commit
c99f3abf
authored
Jan 07, 2017
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed syntax error
parent
0ffec9b6
Pipeline
#821
passed with stages
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
awit-certmaster
awit-certmaster
+2
-2
No files found.
awit-certmaster
View file @
c99f3abf
...
...
@@ -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
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment