Skip to content

Commit f1baef7

Browse files
authored
Merge pull request #54 from caesarxuchao/fix-makefile
Fix a typo in the makefile
2 parents 2336254 + 7b74f53 commit f1baef7

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
@@ -182,7 +182,7 @@ docker-build-all: $(addprefix docker-build/proxy-agent-,$(ALL_ARCH)) $(addprefix
182182
docker-push-all: $(addprefix docker-push/proxy-agent-,$(ALL_ARCH)) $(addprefix docker-push/proxy-server-,$(ALL_ARCH)) $(addprefix docker-push/proxy-test-client-,$(ALL_ARCH))
183183
$(MAKE) docker-push-manifest/proxy-agent
184184
$(MAKE) docker-push-manifest/proxy-server
185-
$(MAKE) docker-push-manifest/test-client
185+
$(MAKE) docker-push-manifest/proxy-test-client
186186

187187
docker-build/proxy-agent-%:
188188
$(MAKE) ARCH=$* docker-build/proxy-agent

0 commit comments

Comments
 (0)