Fix typo 'release --sync-deployment-tasks' output

Change-Id: Id4eeb029073f09610b5ec3a6656b900f4e3b5baf
Closes-bug: 1521611
This commit is contained in:
Bartłomiej Piotrowski
2015-12-01 13:46:38 +01:00
parent b77559b309
commit f7912f26c7

View File

@@ -158,7 +158,7 @@ class ReleaseAction(Action):
data = serialized_tasks.get(rel['version'])
if data:
release.update_deployment_tasks(data)
print("Deployment tasks syncronized for release"
print("Deployment tasks synchronized for release"
" {0} of version {1}".format(rel['name'],
rel['version']))
else: