Skip to content

Commit 9316988

Browse files
committed
fix typo
1 parent 1f35750 commit 9316988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.PHONY: builx_container build_and_push
1+
.PHONY: buildx_container build_and_push
22

33
DOCKER_REGISTRY ?= masipcat/wireguard-go
44

5-
builx_container:
5+
buildx_container:
66
docker buildx create \
77
--name container \
88
--driver=docker-container

0 commit comments

Comments
 (0)