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 04:16:14 UTC

[skywalking-python] branch master updated: chore: fix typo in Makefile (#109)

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-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 9119b66  chore: fix typo in Makefile (#109)
9119b66 is described below

commit 9119b669170aeee6b3d43b392f14ef2940809f85
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Thu Dec 24 12:16:06 2020 +0800

    chore: fix typo in Makefile (#109)
---
 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