Remove nonsensical 'more' in a task description

This commit is contained in:
Anders Ingemann 2014-01-06 22:57:48 +01:00
parent d7f859b76f
commit 0723290c45

View file

@ -4,7 +4,7 @@ from common.tasks import host
class HostDependencies(Task):
description = 'Adding more required host packages'
description = 'Adding required host packages for EC2 bootstrapping'
phase = phases.preparation
successors = [host.CheckHostDependencies]