Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Mar 14, 2024
1 parent 43735d4 commit ccc587a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abst/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CLI Command making OCI Bastion and kubernetes usage simple and fast"
)

__version__ = "2.3.46"
__version__ = "2.3.47"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion abst/cli_commands/ssh_cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def ssh_lin(port, name, debug):
lb = LocalBroadcast(broadcast_shm_name)
data = lb.retrieve_json()
# Refresh memory because of a system
lb.store_json(data)
lb.__write_json(data)

if len(data.keys()) == 0:
rich.print("[yellow]No connected sessions[/yellow]")
Expand Down

0 comments on commit ccc587a

Please sign in to comment.