Merge "Fix a docstring typo in build.py"

This commit is contained in:
Jenkins 2016-09-27 13:54:12 +00:00 committed by Gerrit Code Review
commit 344318f584

View File

@ -194,7 +194,7 @@ class PushIntoQueueTask(task.Task):
class PushTask(DockerTask):
"""Task that pushes a image to a docker repository."""
"""Task that pushes an image to a docker repository."""
def __init__(self, conf, image):
super(PushTask, self).__init__()