Skip to content

Commit 0ad68d6

Browse files
committed
Fix typo
1 parent 338ee66 commit 0ad68d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ else
127127
endif
128128

129129
# arm64 state-cli build
130-
.PHONY: ${BIN_DIR}/state-cli-linux--arm64
130+
.PHONY: ${BIN_DIR}/state-cli-linux-arm64
131131
${TOOLS_DIR}/state-cli-linux-arm64: ${bin_deps}
132132
ifndef NO_DOCKER
133133
${docker_build_cmd_arm64} -o $@ ./shared/services/state/cli/.

0 commit comments

Comments
 (0)