Skip to content

Commit 4f986c4

Browse files
committed
Add .log extension to metasploit/framework/spec/constants/suite log
MSP-11130
1 parent 45fea32 commit 4f986c4

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/spec/constants

1 file changed

+1
-1
lines changed

lib/metasploit/framework/spec/constants/suite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Metasploit::Framework::Spec::Constants::Suite
44
# CONSTANTS
55
#
66

7-
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite')
7+
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite.log')
88

99
# Logs leaked constants to {LOG_PATHNAME} and prints `message` to stderr.
1010
#

0 commit comments

Comments
 (0)