Skip to content

Commit 2f83a53

Browse files
committed
Add missing fix for rapid7#4921
2 parents e176b21 + 8165ae3 commit 2f83a53

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ def cmd_db_nmap_help
17311731

17321732
stdout.each_line do |out_line|
17331733
next if out_line.strip.empty?
1734-
print_status(out_line.strip);
1734+
print_status(out_line.strip)
17351735
end
17361736

17371737
stderr.each_line do |err_line|

0 commit comments

Comments
 (0)