Skip to content

Commit cad0006

Browse files
author
Paul Jones
committed
Removed redundant -s rabbit from the startup args in Makefile
1 parent 978685e commit cad0006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ BASIC_SCRIPT_ENVIRONMENT_SETTINGS=\
103103
run: all
104104
$(BASIC_SCRIPT_ENVIRONMENT_SETTINGS) \
105105
RABBITMQ_ALLOW_INPUT=true \
106-
RABBITMQ_SERVER_START_ARGS="$(RABBITMQ_SERVER_START_ARGS) -s rabbit" \
106+
RABBITMQ_SERVER_START_ARGS="$(RABBITMQ_SERVER_START_ARGS)" \
107107
./scripts/rabbitmq-server
108108

109109
run-node: all

0 commit comments

Comments
 (0)