Amend typo

This commit is contained in:
James Page 2014-03-25 10:55:34 +00:00
parent 533b19cbe5
commit 4c081af20e
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ def config_changed():
add_source(utils.config_get('source'), utils.config_get('key'))
apt_update(fatal=True)
# Install packages to ensure and changes to source
# Install packages to ensure any changes to source
# result in an upgrade if applicable.
utils.install(*rabbit.PACKAGES)