Skip to content

Commit 3ab69bb

Browse files
committed
fix on spaces
1 parent 3898006 commit 3ab69bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
44

55
# The CONTAINER_ENGINE variable is used for specifying the container engine. By default 'docker' is used
66
# but this can be overridden when calling make, e.g.
7-
# CONTAINER_ENGINE=podman make container-image
7+
# CONTAINER_ENGINE=podman make container-image
88
CONTAINER_ENGINE ?= docker
99
CONTAINER_IMAGE = kubernetes-hugo
1010
CONTAINER_RUN = $(CONTAINER_ENGINE) run --rm --interactive --tty --volume $(CURDIR):/src

0 commit comments

Comments
 (0)