Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Oct 12, 2023
1 parent 53649a8 commit 9c4f922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package_dir =
setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
aleph-sdk-python@git+https://github.com/aleph-im/aleph-sdk-python.git@b8d1dfe2e08b4971c0487f228003ae1421768f20
aleph-sdk-python@git+https://github.com/aleph-im/aleph-sdk-python.git@863e1e2acc55b23885908adb2cb33cce0fa12773
aleph-message==0.4.0
coincurve
aiohttp>=3.8.3
Expand Down
2 changes: 1 addition & 1 deletion src/aleph_client/commands/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ async def info(
table = Table(title=f"Domain info: {fqdn}")
table.add_column("Resource type", justify="right", style="cyan", no_wrap=True)
table.add_column("Attached resource", justify="right", style="cyan", no_wrap=True)
table.add_column("Final resource", justify="right", style="cyan", no_wrap=True)
table.add_column("Target resource", justify="right", style="cyan", no_wrap=True)

resource_type = TargetType(domain_info["info"]["type"])
final_resource = "Unknown"
Expand Down

0 comments on commit 9c4f922

Please sign in to comment.