File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ package main;
233
233
234
234
$opt {cvefile } = ' vulnerabilities.csv' ; # CVE File for vulnerability checks
235
235
}
236
- $opt {prettyicon }=0 if $opt {prettyicon }!=1;
236
+ $opt {noprettyicon }=0 if $opt {noprettyicon }!=1;
237
237
$opt {nocolor } = 1 if defined ( $opt {outputfile } );
238
238
$opt {tbstat } = 0 if ( $opt {notbstat } == 1 ); # Don't print table information
239
239
$opt {colstat } = 0 if ( $opt {nocolstat } == 1 ); # Don't print column information
@@ -286,7 +286,7 @@ package main;
286
286
my $cmd = ( $opt {nocolor } == 0 ) ? " \e [1;32m[CMD]($me )" : " [CMD]($me )" ;
287
287
my $end = ( $opt {nocolor } == 0 ) ? " \e [0m" : " " ;
288
288
289
- if ($opt {prettyicon } == 1 ) {
289
+ if ($opt {noprettyicon } == 0 ) {
290
290
$good = " ✔ " ;
291
291
$bad = " ✘ " ;
292
292
$info = " ℹ " ;
You can’t perform that action at this time.
0 commit comments