Fix typo in tasks script
This commit is contained in:
parent
659f43d5ee
commit
c48f6d5def
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -33,7 +33,7 @@ from invoke import task
|
|||
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
exec(open(os.path.join(here, 'rattail', '_version.py')).read())
|
||||
exec(open(os.path.join(here, 'rattail_fabric2', '_version.py')).read())
|
||||
|
||||
|
||||
@task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue