Skip to content

Commit

Permalink
Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 1, 2022
1 parent ede604c commit 5474f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/stateful_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def print_env(self) -> None:

def run_cmd(
self, cmd: str, *,
raise_on_returncode=False,
raise_on_returncode=True,
return_cmd_output=False,
) -> Optional[str]:
"""Runs a command and updates environment.
Expand Down

0 comments on commit 5474f72

Please sign in to comment.