From 9c4f9228199864d3d0a69b8d02ec436cc277194c Mon Sep 17 00:00:00 2001 From: aliel Date: Thu, 12 Oct 2023 14:45:27 +0200 Subject: [PATCH] fix typo --- setup.cfg | 2 +- src/aleph_client/commands/domain.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 545fee31..64a2b80a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/aleph_client/commands/domain.py b/src/aleph_client/commands/domain.py index 2f07e2d1..0aa7729c 100644 --- a/src/aleph_client/commands/domain.py +++ b/src/aleph_client/commands/domain.py @@ -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"