Skip to content

Commit f648604

Browse files
committed
Fix bug in proj root
1 parent f8f3ef4 commit f648604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/git.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from invoke import task
22

3-
from faasmtools.env import get_version, PROJ_ROOT
3+
from faasmtools.env import get_version
44
from faasmtools.git import tag_project
5+
from tasks.env import PROJ_ROOT
56

67

78
@task

0 commit comments

Comments
 (0)