mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo
This commit is contained in:
parent
646afab28d
commit
41973d41e9
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ func (cli *DockerCli) CmdVersion(args ...string) error {
|
||||||
}
|
}
|
||||||
fmt.Fprintf(cli.out, "Server version: %s\n", out.Version)
|
fmt.Fprintf(cli.out, "Server version: %s\n", out.Version)
|
||||||
if out.GitCommit != "" {
|
if out.GitCommit != "" {
|
||||||
fmt.Fprintf(cli.out, "Git commit (version): %s\n", out.GitCommit)
|
fmt.Fprintf(cli.out, "Git commit (server): %s\n", out.GitCommit)
|
||||||
}
|
}
|
||||||
if out.GoVersion != "" {
|
if out.GoVersion != "" {
|
||||||
fmt.Fprintf(cli.out, "Go version (server): %s\n", out.GoVersion)
|
fmt.Fprintf(cli.out, "Go version (server): %s\n", out.GoVersion)
|
||||||
|
|
Loading…
Reference in a new issue