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;
233233
234234 $opt {cvefile } = ' vulnerabilities.csv' ; # CVE File for vulnerability checks
235235}
236- $opt {prettyicon }=0 if $opt {prettyicon }!=1;
236+ $opt {noprettyicon }=0 if $opt {noprettyicon }!=1;
237237$opt {nocolor } = 1 if defined ( $opt {outputfile } );
238238$opt {tbstat } = 0 if ( $opt {notbstat } == 1 ); # Don't print table information
239239$opt {colstat } = 0 if ( $opt {nocolstat } == 1 ); # Don't print column information
@@ -286,7 +286,7 @@ package main;
286286my $cmd = ( $opt {nocolor } == 0 ) ? " \e [1;32m[CMD]($me )" : " [CMD]($me )" ;
287287my $end = ( $opt {nocolor } == 0 ) ? " \e [0m" : " " ;
288288
289- if ($opt {prettyicon } == 1 ) {
289+ if ($opt {noprettyicon } == 0 ) {
290290 $good = " ✔ " ;
291291 $bad = " ✘ " ;
292292 $info = " ℹ " ;
You can’t perform that action at this time.
0 commit comments