Skip to content

Commit 128daa8

Browse files
author
neatc0der
committed
Fixes typo in tasks
1 parent 9afe325 commit 128daa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@task
2020
def verify(c, tag=TARGET_TAG):
21-
print('verify integrity: {tag}')
21+
print(f'verify integrity: {tag}')
2222

2323
handler: ReleaseHandler = ReleaseHandler(tag)
2424
handler.verify()

0 commit comments

Comments
 (0)