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:55 UTC

[skywalking-python] branch fix/typo created (now 60855e6)

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

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


      at 60855e6  chore: fix typo in Makefile

This branch includes the following new commits:

     new 60855e6  chore: fix typo in Makefile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ke...@apache.org.
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