Skip to content

Commit 2ee33fe

Browse files
committed
fix tasks
1 parent ef70436 commit 2ee33fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tasks.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import os
44

5-
from compas_invocations import build
6-
from compas_invocations import docs
7-
from compas_invocations import style
8-
from compas_invocations import tests
5+
from compas_invocations2 import build
6+
from compas_invocations2 import docs
7+
from compas_invocations2 import style
8+
from compas_invocations2 import tests
99
from invoke import Collection
1010

1111
ns = Collection(

0 commit comments

Comments
 (0)