From 3ab69bb5f1e0016af5976fa6a0bb75f6baf62391 Mon Sep 17 00:00:00 2001 From: Emily Moss Date: Wed, 24 Jun 2020 12:11:06 -0700 Subject: [PATCH] fix on spaces --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be53b5eac9..69f85eb50d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda # The CONTAINER_ENGINE variable is used for specifying the container engine. By default 'docker' is used # but this can be overridden when calling make, e.g. -# CONTAINER_ENGINE=podman make container-image +# CONTAINER_ENGINE=podman make container-image CONTAINER_ENGINE ?= docker CONTAINER_IMAGE = kubernetes-hugo CONTAINER_RUN = $(CONTAINER_ENGINE) run --rm --interactive --tty --volume $(CURDIR):/src