Skip to content

Commit 026c658

Browse files
committed
Comply with the case-sensitive rule
1 parent b22c5a0 commit 026c658

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
@@ -954,7 +954,7 @@ def cmd_notes(*args)
954954
orderlist = []
955955
sort_terms.each do |term|
956956
term = "ntype" if term == "type"
957-
term = "created_at" if term == "time"
957+
term = "created_at" if term == "Time"
958958
if term == nil
959959
orderlist << ""
960960
elsif term == "service"

0 commit comments

Comments
 (0)