Skip to content

Commit 9a71310

Browse files
committed
Merge branch '4.x.x-stable' into 5.2.x-stable
2 parents a2ac822 + 0427cfd commit 9a71310

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
@@ -27,7 +27,7 @@ $(DEPS_DIR)/rabbit:
2727
$(MAKE) -C $@ fetch-deps DEPS_DIR="$(abspath $(DEPS_DIR))"
2828

2929
$(DEPS_DIR)/rabbitmq_ct_helpers:
30-
git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git $(DEPS_DIR)/rabbitmq_ct_helpers
30+
git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git "$@"
3131

3232
tests: deps
3333
$(MVN) $(MVN_FLAGS) verify

0 commit comments

Comments
 (0)