From db7dfc0773343a0609a9111750c9382cfb13ffbf Mon Sep 17 00:00:00 2001 From: Jiri Otoupal Date: Thu, 2 Nov 2023 15:06:33 +0100 Subject: [PATCH] title name change --- abst/bastion_support/oci_bastion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abst/bastion_support/oci_bastion.py b/abst/bastion_support/oci_bastion.py index b0f4922..7331df5 100644 --- a/abst/bastion_support/oci_bastion.py +++ b/abst/bastion_support/oci_bastion.py @@ -171,7 +171,7 @@ def create_forward_loop(self, shell: bool = False): Bastion.shell = shell print(f"Loading Credentials for {self.get_print_name()}") creds = self.load_self_creds() - title(f'abst to {creds["default-name"]} port {creds["local-port"]}') + title(f'{creds["default-name"]}:{creds["local-port"]}') self.current_status = "creating bastion session"