We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1910a6c commit bef67d7Copy full SHA for bef67d7
lib/metasploit/framework/spec/untested_payloads.rb
@@ -44,7 +44,7 @@ def self.define_task
44
untested_payloads_pathname = Pathname.new 'log/untested-payloads.log'
45
46
if untested_payloads_pathname.exist?
47
- tool_path = 'tools/missing-payload-tests.rb'
+ tool_path = 'tools/missing_payload_tests.rb'
48
49
$stderr.puts "Untested payload detected. Running `#{tool_path}` to see contexts to add to " \
50
"`spec/modules/payloads_spec.rb` to test those payload ancestor reference names."
0 commit comments