Remove star in do run args
This commit is contained in:
parent
7ace1385b4
commit
3e99fd1a35
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Installer:
|
||||||
if executable:
|
if executable:
|
||||||
p_dest.chmod(0o755)
|
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."""
|
"""Run a command."""
|
||||||
|
|
||||||
if not evaluate_condition(condition):
|
if not evaluate_condition(condition):
|
||||||
|
|
Loading…
Add table
Reference in a new issue