Merge "Added new line to confirmation message."

This commit is contained in:
Jenkins 2015-10-16 07:32:09 +00:00 committed by Gerrit Code Review
commit 93a2e63d2a
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ class PluginsSync(PluginsMixIn, base.BaseCommand):
def take_action(self, parsed_args):
ids = parsed_args.ids if len(parsed_args.ids) > 0 else None
self.client.sync(ids=ids)
self.app.stdout.write("Plugins were successfully synchronized.")
self.app.stdout.write("Plugins were successfully synchronized.\n")