Skip to content

Commit

Permalink
fix internet failure bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Apr 23, 2024
1 parent 674cc71 commit b6f5de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abst/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from InquirerPy import inquirer
from requests import ConnectTimeout

from abst.__version__ import __version_name__, __version__, __change_log__
from abst.__version__ import __version_name__, __version__, __change_log__, __author__
from abst.bastion_support.bastion_scheduler import BastionScheduler
from abst.bastion_support.oci_bastion import Bastion
from abst.cli_commands.context.commands import context, ctx
Expand All @@ -24,7 +24,7 @@


@click.group()
@click.version_option(f"{__version__} {__version_name__}")
@click.version_option(f"{__version__} {__version_name__} @ {__author__}")
def cli():
pass

Expand Down

0 comments on commit b6f5de0

Please sign in to comment.