Skip to content

Commit d5d6260

Browse files
committed
fix: typo
1 parent 3531921 commit d5d6260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opticstream/cli/lsm/serve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@serve.command
2929
def all(
3030
concurrent_workers: int = 2,
31-
process:bool = False,
31+
process:bool = True,
3232
) -> None:
3333
chdir_to_opticstream_install_root()
3434
deployments: list = []
@@ -82,4 +82,4 @@ def process(
8282
@serve.command
8383
def archive():
8484
chdir_to_opticstream_install_root()
85-
archive_strip.serve(con)
85+
archive_strip.serve()

0 commit comments

Comments
 (0)