Skip to content

Commit 182a1ec

Browse files
committed
fix: cleanup
Signed-off-by: Chris Butler <[email protected]>
1 parent 9bf702d commit 182a1ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ UNAME=$(shell uname -s)
55
# Also because of the proxy 127.0.0.1 doesn't work as a bind address.
66
ifeq ($(UNAME), Darwin)
77
PODMAN_OPTS ?= -it --security-opt label=disable --pull=newer -p 4000:4000
8-
HUGO_SERVER_OPTS = "--bind 0.0.0.0"
8+
HUGO_SERVER_OPTS = --bind 0.0.0.0
99
else
1010
PODMAN_OPTS ?= -it --security-opt label=disable --pull=newer --net=host
11-
HUGO_SERVER_OPTS = ""
1211
endif
1312
# Do not use selinux labeling when we are using nfs
1413
FSTYPE=$(shell df -Th . | grep -v Type | awk '{ print $$2 }')

0 commit comments

Comments
 (0)