Skip to content

Commit

Permalink
Fix ssh command call
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Apr 10, 2024
1 parent a8dd71a commit 79aa607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robottelo/cli/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def execute(
command,
)
response = ssh.command(
cmd.encode('utf-8'),
cmd,
hostname=hostname or cls.hostname or settings.server.hostname,
output_format=output_format,
timeout=timeout,
Expand Down

0 comments on commit 79aa607

Please sign in to comment.