Skip to content

Commit 7e6fe25

Browse files
committed
Remove sync option committed by mistake
Signed-off-by: Federico Busetti <[email protected]>
1 parent b04dd8f commit 7e6fe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install-dependencies:
3333
poetry install --no-root --with http
3434

3535
dev-dependencies:
36-
poetry install --with http,dev --sync
36+
poetry install --with http,dev
3737

3838
update-dependencies:
3939
poetry update --with http,dev

0 commit comments

Comments
 (0)