Skip to content

Commit 9640c26

Browse files
author
Matthias Radestock
committed
merge bug21670 into default
2 parents 978685e + cad0006 commit 9640c26

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)