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 bc9e9e9 commit 2cc9eab
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.2.1"
__version__ = "2.2.2"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion abst/cli_commands/context/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def display(name, debug=False):
@click.argument("name")
def share(name, debug=False):
setup_calls(debug)

rich.print("Copied context into clipboard")
data = get_context_data(name)
if data is None:
return
Expand Down

0 comments on commit 2cc9eab

Please sign in to comment.