Skip to content

Commit bef67d7

Browse files
committed
Don't break untested_payloads.rb
1 parent 1910a6c commit bef67d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/metasploit/framework/spec/untested_payloads.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def self.define_task
4444
untested_payloads_pathname = Pathname.new 'log/untested-payloads.log'
4545

4646
if untested_payloads_pathname.exist?
47-
tool_path = 'tools/missing-payload-tests.rb'
47+
tool_path = 'tools/missing_payload_tests.rb'
4848

4949
$stderr.puts "Untested payload detected. Running `#{tool_path}` to see contexts to add to " \
5050
"`spec/modules/payloads_spec.rb` to test those payload ancestor reference names."

0 commit comments

Comments
 (0)