Skip to content

Commit

Permalink
fix condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jan 17, 2025
1 parent d5f779e commit fdbb540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rggen/core/builder/layer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def execution_args(layer)
args <<
if key != :use_shared_context
@proxy_config[key]
elsif @proxy_config
elsif @proxy_config[key]
layer.shared_context
end
end
Expand Down

0 comments on commit fdbb540

Please sign in to comment.