Skip to content

Commit b1101e9

Browse files
authored
Merge pull request rapid7#20142 from L-codes/fix_didyoumean_notfound
fix DidYouMean notfound
2 parents b7df521 + 0bc2bcc commit b1101e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf_autoload.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ def finalize_loader(loader)
347347
autoload :RubySMB, 'ruby_smb'
348348
autoload :MetasploitPayloads, 'metasploit-payloads'
349349
autoload :PacketFu, 'packetfu'
350+
autoload :DidYouMean, 'did_you_mean'
350351

351352
require 'rexml/document'
352353
# Load IO#expect moneypatch

0 commit comments

Comments
 (0)