From faf6c4bc08182eb63d496db12ce5e0319dfb3341 Mon Sep 17 00:00:00 2001 From: Rob Parker Date: Thu, 16 Nov 2017 11:22:31 +0000 Subject: [PATCH] Correct indentation of new build-arg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67b383b..f777d1a 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ define docker-build-mq --label IBM_PRODUCT_ID=$4 \ --label IBM_PRODUCT_NAME=$5 \ --label IBM_PRODUCT_VERSION=$6 \ - --build-arg MQ_PACKAGES="$(MQ_PACKAGES)" \ + --build-arg MQ_PACKAGES="$(MQ_PACKAGES)" \ . # Stop the web server (will also remove the container) $(DOCKER) kill $(BUILD_SERVER_CONTAINER)