From c48f6d5def591c914a5c0b8f20a9f83a51cd3580 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 8 Sep 2020 15:22:03 -0500 Subject: [PATCH] Fix typo in tasks script --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index df303e7..0fbc675 100644 --- a/tasks.py +++ b/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