Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit ff3f060

Browse files
committed
Fixed a typo
1 parent b9509ae commit ff3f060

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
@@ -5,7 +5,7 @@ SUDO=sudo
55
SHELL=/bin/bash
66

77
build: ## Build and push (args: PUSH, ARCH, GIT_TAG)
8-
set -e; DOCKER_TAG="lastest-dev-${ARCH}"; \
8+
set -e; DOCKER_TAG="latest-dev-${ARCH}"; \
99
\
1010
if [[ "${GIT_TAG}" != '' ]]; then \
1111
DOCKER_TAG=${GIT_TAG}-${ARCH}; \

0 commit comments

Comments
 (0)