Fix some task descriptions

This commit is contained in:
Anders Ingemann 2014-04-08 22:04:29 +02:00
parent 72323045d3
commit a253e643b7
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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]