Skip to content

Commit 495a8f3

Browse files
author
HD Moore
committed
Lands rapid7#4936, fixes a typo in post/windows/gather/credentials/steam
2 parents a35e5bc + 2a52595 commit 495a8f3

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)