Skip to content

Commit 18604c3

Browse files
committed
Land rapid7#6705, Rectify MSF_CFGROOT_CONFIG comment
2 parents 6b4b523 + 7f00212 commit 18604c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/base/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Config < Hash
2727
# @return [String] the base configuration directory
2828
def self.get_config_root
2929

30-
# Use MSFCFGDIR environment variable first. See feature request #5797
30+
# Use MSF_CFGROOT_CONFIG environment variable first.
3131
val = Rex::Compat.getenv('MSF_CFGROOT_CONFIG')
3232
if (val and File.directory?(val))
3333
return val

0 commit comments

Comments
 (0)