Skip to content

Commit b9faa9e

Browse files
committed
Fix a typo
1 parent 81e0d56 commit b9faa9e

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
@@ -907,7 +907,7 @@ def cmd_vulns(*args)
907907
end
908908
end
909909

910-
if out_file
910+
if output_file
911911
File.write(output_file, tbl.to_csv)
912912
print_status("Wrote vulnerability information to #{output_file}")
913913
end

0 commit comments

Comments
 (0)