Skip to content

Commit

Permalink
Fix CLI (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-baseten authored Nov 13, 2024
1 parent 3bf38ef commit 8e522a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ __diff_output__
/env/
/output/
/cache/
/dist/
dist/

# Spritesmith
spritesmith-generated/
Expand Down
2 changes: 1 addition & 1 deletion truss/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def _create_chains_table(service) -> Tuple[rich.table.Table, List[str]]:
required=False,
type=str,
help="[DEPRECATED], use ``environment`` instead.",
hidde=True,
hidden=True,
)
@log_level_option
@error_handling
Expand Down

0 comments on commit 8e522a0

Please sign in to comment.