Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-li authored Aug 22, 2023
1 parent 83afd27 commit 818b98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcserve/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def serve_on_jcloud(
verbose=verbose,
)

# If secret is not None, create a secret and update the app
# If secret is not None, create a secret and update the app.
if secret is not None:
await patch_secret_on_jcloud(
flow_dict=flow_dict,
Expand Down

0 comments on commit 818b98c

Please sign in to comment.