Skip to content

Commit

Permalink
fix(configtree): fix revision keys command to correctly show revision…
Browse files Browse the repository at this point in the history
… keys
  • Loading branch information
ankitrgadiya committed May 17, 2024
1 parent 05d2a27 commit 0ac9988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions riocli/configtree/revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ def list_revision_keys(
)
raise SystemExit(1)

rev_id = rev.rev_id

try:
client = new_v2_client(with_project=(not with_org))
tree = client.get_config_tree(tree_name=tree_name, rev_id=rev_id)
Expand Down

0 comments on commit 0ac9988

Please sign in to comment.