Skip to content

Commit 9119b66

Browse files
authored
chore: fix typo in Makefile (#109)
1 parent 3947a6c commit 9119b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ clean:
6363
release: clean lint license
6464
-tar -zcvf skywalking-python-src-$(VERSION).tgz *
6565
gpg --batch --yes --armor --detach-sig skywalking-python-src-$(VERSION).tgz
66-
shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.tgz.sha512
66+
shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.sha512

0 commit comments

Comments
 (0)