1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Remove specific cluster CLI class

This commit is contained in:
Evan Phoenix 2012-09-09 15:13:56 -07:00
parent 111cc1da74
commit 187c6f8360
2 changed files with 1 additions and 184 deletions

View file

@ -4,12 +4,7 @@
#
require 'puma/cli'
require 'puma/cluster_cli'
if ARGV[0] == "cluster"
cli = Puma::ClusterCLI.new ARGV
else
cli = Puma::CLI.new ARGV
end
cli = Puma::CLI.new ARGV
cli.run