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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5045eeb  Fix typo in binary name (#9)
5045eeb is described below

commit 5045eeb7a3db180f47e890defc888533f0864da7
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Nov 9 22:25:00 2020 +0800

    Fix typo in binary name (#9)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9ea1d10..441308e 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ lint: $(LINTER)
 .PHONY: lint
 
 release-manager: generate
-       CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o 
build/bin/manager-liunx-amd64 main.go
+       CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o 
build/bin/manager-linux-amd64 main.go
 
 RELEASE_SCRIPTS := ./build/package/release.sh
 

Reply via email to