Skip to content

Commit

Permalink
Fix typo "c" -> "user_config"
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Oct 23, 2019
1 parent 3294c82 commit 78dc2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/cli.rb
Expand Up @@ -162,7 +162,7 @@ def setup_options
end

o.on "--extra-runtime-dependencies GEM1,GEM2", "Defines any extra needed gems when using --prune-bundler" do |arg|
c.extra_runtime_dependencies arg.split(',')
user_config.extra_runtime_dependencies arg.split(',')
end

o.on "-q", "--quiet", "Do not log requests internally (default true)" do
Expand Down

0 comments on commit 78dc2aa

Please sign in to comment.