Remove star in do run args

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-20 21:39:10 +02:00
parent 7ace1385b4
commit 3e99fd1a35

View file

@ -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):