You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/04/13 13:30:31 UTC

[skywalking-docker] branch master updated: Fix my stupid typo

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9068c54  Fix my stupid typo
9068c54 is described below

commit 9068c54c1dfa8d489ed800719d09982eb3bd693b
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Tue Apr 13 21:30:22 2021 +0800

    Fix my stupid typo
---
 java-agent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-agent/Makefile b/java-agent/Makefile
index 38a9d13..3d4571b 100644
--- a/java-agent/Makefile
+++ b/java-agent/Makefile
@@ -34,7 +34,7 @@ $(TARGETS):
 
 $(PUSH_TARGETS):
 	$(eval version := $(call word-dot,$@,2))
-	@(D) push apache/skywalking-java-agent:${SW_VERSION}-$(version) \
+	$(D) push apache/skywalking-java-agent:${SW_VERSION}-$(version) \
 
 alpine: BASE_IMAGE=alpine