Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Mar 8, 2024
1 parent 638e044 commit a299c9f
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.34"
__version__ = "2.3.35"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion abst/bastion_support/oci_bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __mark_used__(self, path: Path | None = None):

context_cfg = Bastion.load_json(cfg_path)
context_cfg["last-time-used"] = datetime.datetime.now().isoformat()
Bastion.write_creds_json(context_cfg, path)
Bastion.write_creds_json(context_cfg, cfg_path)

@property
def current_status(self):
Expand Down

0 comments on commit a299c9f

Please sign in to comment.