Skip to content

Commit 9f573e2

Browse files
committed
Revert "Add .log extension to metasploit/framework/spec/constants/suite log"
MSP-11130 This reverts commit 4f986c4. Extension wasn't there because it was a directory name and a log file name.
1 parent dee02fc commit 9f573e2

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.log')
7+
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite')
88

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

0 commit comments

Comments
 (0)