Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit fa76862

Browse files
committed
make-tag
1 parent a653af2 commit fa76862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-tag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
else:
3030
tag = 'v%s-%s-%d' % (version, date, 1)
3131

32-
answer = input("Really create tag %s? Type `yes': " % tag)
32+
answer = input("Create tag %s? Type yes: " % tag)
3333
if answer == 'yes':
3434
os.system('git tag -a %s -m "Version: %s"' % (tag, tag))
3535
os.system('git push origin %s' % tag)

0 commit comments

Comments
 (0)