We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a35e5bc + 2a52595 commit 495a8f3Copy full SHA for 495a8f3
modules/post/windows/gather/credentials/steam.rb
@@ -41,7 +41,7 @@ def run
41
# the correct program files folder.
42
# We will just use an x64 only defined env variable to check.
43
progfiles_env = session.sys.config.getenvs('ProgramFiles(X86)', 'ProgramFiles')
44
- progfilesx86 = prog_files_env['ProgramFiles(X86)']
+ progfilesx86 = progfiles_env['ProgramFiles(X86)']
45
if not progfilesx86.empty? and progfilesx86 !~ /%ProgramFiles\(X86\)%/
46
progs = progfilesx86 # x64
47
else
0 commit comments