Skip to content

Commit

Permalink
Fixed a bug in CLI::Commands::Run#load_config.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 1, 2024
1 parent d8eb6f0 commit 0bdd630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/recon/cli/commands/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def load_config
end

@worker_params.each do |worker,params|
if @config.params.has_key?(params)
if @config.params.has_key?(worker)
@config.params[worker].merge!(params)
else
@config.params[worker] = params
Expand Down

0 comments on commit 0bdd630

Please sign in to comment.