Fix a docstring typo in build.py
TrivialFix Change-Id: I556b1563e8abecb14baacd4c84fc72f4bd3cd140
This commit is contained in:
parent
9723f3b5f5
commit
566c19c887
@ -194,7 +194,7 @@ class PushIntoQueueTask(task.Task):
|
|||||||
|
|
||||||
|
|
||||||
class PushTask(DockerTask):
|
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):
|
def __init__(self, conf, image):
|
||||||
super(PushTask, self).__init__()
|
super(PushTask, self).__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user