From 42682fb818ac2298f116045633e3de5a28b4a07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Sun, 7 Jun 2015 22:32:29 +0200 Subject: [PATCH] Made doc consistent with code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The name of the folder was shortened in a1ea562 Signed-off-by: Michael Käufl Upstream-commit: 54ac3d9c76df3bbbb54b85b58a503cc1d6155f01 Component: engine --- components/engine/integration-cli/docker_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/docker_utils.go b/components/engine/integration-cli/docker_utils.go index 0d35ab955d..5594cb0c52 100644 --- a/components/engine/integration-cli/docker_utils.go +++ b/components/engine/integration-cli/docker_utils.go @@ -50,7 +50,7 @@ func enableUserlandProxy() bool { } // NewDaemon returns a Daemon instance to be used for testing. -// This will create a directory such as daemon123456789 in the folder specified by $DEST. +// This will create a directory such as d123456789 in the folder specified by $DEST. // The daemon will not automatically start. func NewDaemon(c *check.C) *Daemon { dest := os.Getenv("DEST")