mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-06 18:29:37 +00:00
fix cmd wraper
This commit is contained in:
parent
6ac636bab0
commit
5d058897ca
@ -115,7 +115,7 @@ class Make(BaseModule):
|
||||
if isinstance(cmd, list):
|
||||
return cmd
|
||||
|
||||
return cmd(self, step)
|
||||
return cmd(step)
|
||||
|
||||
res = steps.ShellCommand(
|
||||
command=cmdWraper,
|
||||
|
Loading…
x
Reference in New Issue
Block a user