Skip to content

Commit 2a52595

Browse files
committed
fixed typo
Does no one tested this script on x64 yet ?
1 parent ac0e23d commit 2a52595

File tree

1 file changed

+1
-1
lines changed
  • modules/post/windows/gather/credentials

1 file changed

+1
-1
lines changed

modules/post/windows/gather/credentials/steam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run
4141
# the correct program files folder.
4242
# We will just use an x64 only defined env variable to check.
4343
progfiles_env = session.sys.config.getenvs('ProgramFiles(X86)', 'ProgramFiles')
44-
progfilesx86 = prog_files_env['ProgramFiles(X86)']
44+
progfilesx86 = progfiles_env['ProgramFiles(X86)']
4545
if not progfilesx86.empty? and progfilesx86 !~ /%ProgramFiles\(X86\)%/
4646
progs = progfilesx86 # x64
4747
else

0 commit comments

Comments
 (0)