mirror of
https://github.com/moby/moby.git
synced 2026-08-02 22:26:52 +00:00
fix typo
This commit is contained in:
@@ -453,7 +453,7 @@ func (cli *DockerCli) CmdVersion(args ...string) error {
|
||||
}
|
||||
fmt.Fprintf(cli.out, "Server version: %s\n", out.Version)
|
||||
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 != "" {
|
||||
fmt.Fprintf(cli.out, "Go version (server): %s\n", out.GoVersion)
|
||||
|
||||
Reference in New Issue
Block a user