Skip to content

Commit

Permalink
default shell instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwimmer committed Jan 12, 2025
1 parent 9bd175c commit eebc785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wodoo/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ def _file2env(filepath, out_dict=None):


def _get_bash_for_machine(machine):
return "bash"
return "sh"


def __get_installed_modules(config):
Expand Down

0 comments on commit eebc785

Please sign in to comment.