Fix a docstring typo in build.py

TrivialFix

Change-Id: I556b1563e8abecb14baacd4c84fc72f4bd3cd140
This commit is contained in:
Kobi Samoray 2016-09-27 14:19:05 +03:00
parent 9723f3b5f5
commit 566c19c887

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__()