mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Made doc consistent with code
The name of the folder was shortened in a1ea562
Signed-off-by: Michael Käufl <docker@c.michael-kaeufl.de>
This commit is contained in:
parent
07b22fcf50
commit
54ac3d9c76
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue