1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Fix typo in builder

Upstream-commit: 979db00d9af4741572ece9c67061526d5d4a6616
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-05-02 03:58:58 -07:00
parent 1fa62362e8
commit 8112d65cfb

View File

@@ -256,7 +256,7 @@ func (builder *Builder) Build(dockerfile io.Reader, stdout io.Writer) (*Image, e
config = &Config{}
break
case "mainainer":
case "maintainer":
fmt.Fprintf(stdout, "MAINTAINER %s\n", arguments)
maintainer = arguments
break