Skip to content

Commit

Permalink
Fix typo in Octavia CLI error message (#10042)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Feb 3, 2022
1 parent 18ac94d commit afc9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octavia-cli/octavia_cli/check_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def check_api_health(api_client: airbyte_api_client.ApiClient) -> None:
)
except (airbyte_api_client.ApiException, MaxRetryError) as e:
raise UnreachableAirbyteInstanceError(
f"Could not reach your Airbyte instance, make sure the instance is up and running an network reachable: {e}"
f"Could not reach your Airbyte instance, make sure the instance is up and running and network reachable: {e}"
)


Expand Down

0 comments on commit afc9c32

Please sign in to comment.