Makefile RABBITVER is wrong
bighunter513 opened this issue · 0 comments
bighunter513 commented
RABBITVER:=$(shell curl -s "https://www.rabbitmq.com/releases/rabbitmq-server/" | grep -oE '([0-9.]{5,})' | tail -n 1)
when make erlang/.ok ,
RABBITVER=1.11.2.
actually is 3.9.8
and got "Page Not Found" when access url by browser