Fix task description for apt autoremove

This commit is contained in:
Anders Ingemann 2015-12-13 00:32:35 +01:00
parent 3e6d131730
commit 83f6fae139

View file

@ -50,7 +50,7 @@ class AptGzipIndexes(Task):
class AptAutoremoveSuggests(Task):
description = 'Configuring apt to not consider suggested important'
description = 'Configuring apt to remove suggested packages when autoremoving'
phase = phases.package_installation
successors = [apt.AptUpdate]
# Snatched from: