Skip to content

Commit 9fadc39

Browse files
committed
Land rapid7#4994, tools/missing-payload-tests.rb rename
To tools/missing_payload_tests.rb.
2 parents 7c456f2 + bef67d7 commit 9fadc39

File tree

2 files changed

+1
-1
lines changed

2 files 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."
File renamed without changes.

0 commit comments

Comments
 (0)