Revert "Merge #238 to master"

This commit is contained in:
Michael Klishin 2018-01-29 16:56:18 +03:00 committed by GitHub
parent 1aca83a571
commit 24f25d3efe
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ defmodule RabbitMQCtl.MixfileBase do
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
escript: [main_module: RabbitMQCtl,
emu_args: "-hidden -kernel inet_dist_listen_min 35672 -kernel inet_dist_listen_max 35672",
emu_args: "-hidden",
path: "escript/rabbitmqctl"],
deps: deps(),
aliases: aliases()