Skip to content

Commit

Permalink
Removed undefined reference to working_dir var
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Jul 5, 2023
1 parent d730605 commit aae8ba3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -116,7 +116,7 @@ def on_new_session(session)
print_good("Determined the original $ROCKETMQ_HOME: #{pwd}")
print_status('Re-running the exploit in order to reset the proper $ROCKETMQ_HOME value')

execute_command(working_dir, { broker_port: @broker_port })
execute_command(pwd, { broker_port: @broker_port })
end

def exploit
Expand Down

0 comments on commit aae8ba3

Please sign in to comment.