diff --git a/Makefile b/Makefile index 02be1bd..19a7ba8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ clean: rm -rf ./deps downloads/mqadv_dev903_ubuntu_x86-64.tar.gz: - $(info $(SPACER)$(shell printf $(TITLE)"Downloading MQ Advanced for Developers"$(END))) + $(info $(SPACER)$(shell printf $(TITLE)"Downloading IBM MQ Advanced for Developers"$(END))) mkdir -p downloads cd downloads; curl -LO https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev903_ubuntu_x86-64.tar.gz @@ -141,4 +141,4 @@ build-advancedserver-cover: build-advanced-server build-cov build-explorer: build downloads/mqadv_dev903_ubuntu_x86-64.tar.gz $(call docker-build-mq,mq-explorer:latest-$(DOCKER_TAG_ARCH),incubating/mq-explorer/Dockerfile-mq-explorer,mqadv_dev903_ubuntu_x86-64.tar.gz,"98102d16795c4263ad9ca075190a2d4d","IBM MQ Advanced for Developers (Non-Warranted)","9.0.3") -include formatting.mk \ No newline at end of file +include formatting.mk