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 2020/12/24 03:33:56 UTC

[skywalking-python] 01/01: chore: fix typo in Makefile

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

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

commit 60855e6b9ca67ad160eff9a725cfaa24fc24cb22
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Dec 24 11:33:41 2020 +0800

    chore: fix typo in Makefile
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8dd8fee..58590fa 100644
--- a/Makefile
+++ b/Makefile
@@ -63,4 +63,4 @@ clean:
 release: clean lint license
 	-tar -zcvf skywalking-python-src-$(VERSION).tgz *
 	gpg --batch --yes --armor --detach-sig skywalking-python-src-$(VERSION).tgz
-	shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.tgz.sha512
+	shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.sha512