mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Fix some task descriptions
This commit is contained in:
parent
72323045d3
commit
a253e643b7
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ log = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class AddRequiredCommands(Task):
|
||||
description = 'Adding commands required bootstrapping Debian'
|
||||
description = 'Adding commands required for bootstrapping Debian'
|
||||
phase = phases.preparation
|
||||
successors = [host.CheckExternalCommands]
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import volume
|
|||
|
||||
|
||||
class AddRequiredCommands(Task):
|
||||
description = 'Adding commands required for formatting the partitions'
|
||||
description = 'Adding commands required for formatting'
|
||||
phase = phases.preparation
|
||||
successors = [host.CheckExternalCommands]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue