typoerrors

This commit is contained in:
Andrei Yankovich 2021-04-22 17:49:09 +03:00
parent 7224b10269
commit a9fdae3d00

View File

@ -308,14 +308,14 @@ class Make(BaseModule):
factory.addStep(
self.generateStep("git clean -xdf",
platform,
self.platform,
'Clean',
lambda step: True)
)
factory.addStep(
self.generateStep("git submodules foreach --recursive git clean -xdf",
platform,
self.platform,
'Clean submodules',
lambda step: True)
)