Skip to content

Commit e92d7e3

Browse files
authored
Merge pull request #22039 from EmilyM1/master
Fix on spaces Makefile
2 parents 1e1d6b0 + 3ab69bb commit e92d7e3

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)