Skip to content

Commit

Permalink
[Storage] Fix misleading storage ls table column name (#2063)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
landscapepainter authored Jul 5, 2023
1 parent fd4baa6 commit 79b09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/storage_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def format_storage_table(storages: List[Dict[str, Any]]) -> str:
"""
storage_table = log_utils.create_table([
'NAME',
'CREATED',
'UPDATED',
'STORE',
'COMMAND',
'STATUS',
Expand Down

0 comments on commit 79b09c2

Please sign in to comment.