Skip to content

Commit

Permalink
title name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Nov 2, 2023
1 parent 71d9cdb commit db7dfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abst/bastion_support/oci_bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit db7dfc0

Please sign in to comment.