mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
daemon/logger: fix typo in godoc
Signed-off-by: Mike Danese <mikedanese@google.com>
This commit is contained in:
parent
2180dd6cf0
commit
881a30c707
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ func (ctx *Context) ImageID() string {
|
|||
return ctx.ContainerImageID[:12]
|
||||
}
|
||||
|
||||
// ImageFullID is an alias of ContainerID.
|
||||
// ImageFullID is an alias of ContainerImageID.
|
||||
func (ctx *Context) ImageFullID() string {
|
||||
return ctx.ContainerImageID
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue