mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
pumactl - do not modify original ARGV
ARGV used later in `lib/puma/cli.rb` to construct `restart_cmd`
This commit is contained in:
parent
41404c9ff5
commit
97f13342b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'puma/control_cli'
|
||||
|
||||
cli = Puma::ControlCLI.new ARGV
|
||||
cli = Puma::ControlCLI.new ARGV.dup
|
||||
|
||||
begin
|
||||
cli.run
|
||||
|
|
Loading…
Reference in a new issue