Skip to content

Commit

Permalink
add build_execute_command when using client and not running on hypers…
Browse files Browse the repository at this point in the history
…hift (#60)
  • Loading branch information
rnetser authored Jul 25, 2023
1 parent 4c6342c commit 47f1b26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rosa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,12 @@ def execute(
allowed_commands=_allowed_commands,
aws_region=aws_region,
)
else:
return build_execute_command(
command=command,
allowed_commands=_allowed_commands,
aws_region=aws_region,
)

else:
if not is_logged_in(allowed_commands=_allowed_commands, aws_region=aws_region):
Expand Down

0 comments on commit 47f1b26

Please sign in to comment.