Skip to content

Commit d1cf4da

Browse files
committed
Update poetry sync command
1 parent 73ca6f8 commit d1cf4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saritasa_invocations/poetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def install(context: invoke.Context) -> None:
88
"""Install dependencies via poetry."""
99
printing.print_success("Install dependencies with poetry")
10-
context.run("poetry install --sync")
10+
context.run("poetry sync")
1111

1212

1313
@invoke.task

0 commit comments

Comments
 (0)