docker: fix after args refactor

This commit is contained in:
Ciro Santilli
2019-01-22 00:00:00 +00:00
committed by Ciro Santilli 六四事件 法轮功
parent 22e26aa002
commit 9a2e630fed
2 changed files with 18 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ class ShellHelpers:
:param dry_run: don't run the commands, just potentially print them. Debug aid.
:type dry_run: Bool
:param quiet: don't print the commands.
:param quiet: don't print the commands
:type dry_run: Bool
'''
self.dry_run = dry_run