Skip to content

Commit e0d79c7

Browse files
committed
Merge branch '5.2.x-stable'
2 parents d482814 + 9a71310 commit e0d79c7

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)