Revert "Add .log extension to metasploit/framework/spec/constants/suite log"
MSP-11130
This reverts commit 4f986c4a48
.
Extension wasn't there because it was a directory name and a log file
name.
bug/bundler_fix
parent
dee02fc85b
commit
9f573e2d8d
|
@ -4,7 +4,7 @@ module Metasploit::Framework::Spec::Constants::Suite
|
|||
# CONSTANTS
|
||||
#
|
||||
|
||||
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite.log')
|
||||
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite')
|
||||
|
||||
# Logs leaked constants to {LOG_PATHNAME} and prints `message` to stderr.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue