bin/tls-map in tls-map-1.3.1 vs bin/tls-map in tls-map-1.3.2

- old
+ new

@@ -91,10 +91,10 @@ elsif args['bulk'] cli = TLSmap::CLI.new(args['--force']) res = cli.bulk_search(args['<critera>'].to_sym, args['<file>'], args['--output2'].to_sym) puts Paint['No match found', :red] if res.empty? res.each do |h| - puts "#{Paint[h[args['--output2'].to_sym], :green]}" + puts Paint[h[args['--output2'].to_sym], :green] end elsif args['export'] cli = TLSmap::CLI.new(args['--force']) cli.export(args['<filename>'], args['<format>'].to_sym) puts "#{args['<filename>']} exported"