From d0298071459d8e35fb2ed7827adaa841c4406e51 Mon Sep 17 00:00:00 2001 From: Haoyun Date: Tue, 3 Apr 2018 16:31:31 +0800 Subject: [PATCH] typo fix typo fix --- pkg/utils/docker/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/docker/push.go b/pkg/utils/docker/push.go index 106a8709..c1a3af9c 100644 --- a/pkg/utils/docker/push.go +++ b/pkg/utils/docker/push.go @@ -30,7 +30,7 @@ type Push struct { } /* -PushImage push a Docker image via the Docker API. Takes the image name, +PushImage pushes a Docker image via the Docker API. Takes the image name, parses the URL details and then push based on environment authentication credentials. */