Skip to content

Commit

Permalink
Update herd_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Nov 6, 2023
1 parent 2b1d9fd commit c104803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/shepherd-herd/shepherd_herd/herd_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def fix(ctx: click.Context) -> None:
with ctx.obj["herd"] as herd:
replies = herd.run_cmd(
sudo=True,
cmd=f"shepherd-sheep fix",
cmd="shepherd-sheep fix",
)
herd.print_output(replies, verbose=False)
exit_code = max([reply.exited for reply in replies.values()])
Expand Down

0 comments on commit c104803

Please sign in to comment.