Skip to content

Commit f53a8d4

Browse files
committed
fix typo in tasks.py
1 parent 9b5a903 commit f53a8d4

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
@@ -11,5 +11,5 @@ def release(version):
1111
invoke.run('python setup.py bdist_wheel')
1212

1313
invoke.run(
14-
'twine upload -s dist/django_babel-{0]* '.format(version)
14+
'twine upload -s dist/django_babel-{0}* '.format(version)
1515
)

0 commit comments

Comments
 (0)