Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2018-01-23 17:21:28 +01:00
parent 8a72acd8c6
commit 79b37e2646
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ export current_rmq_ref
ifeq ($(origin base_rmq_ref),undefined)
ifneq ($(wildcard .git),)
possible_base_rmq_ref := v3.7.x
possible_base_rmq_ref := master
ifeq ($(possible_base_rmq_ref),$(current_rmq_ref))
base_rmq_ref := $(current_rmq_ref)
else