diff --git a/install.py b/install.py index 925eb39..1cac315 100755 --- a/install.py +++ b/install.py @@ -89,7 +89,7 @@ class Installer: if executable: p_dest.chmod(0o755) - def do_run(self, *, command: str, condition: str = 'true') -> None: + def do_run(self, command: str, condition: str = 'true') -> None: """Run a command.""" if not evaluate_condition(condition):