mirror of https://github.com/docker/cli.git
Merge pull request #912 from kkirsche/patch-1
Fix grammar typo in comment
This commit is contained in:
commit
60dcc4cdfb
|
@ -1,7 +1,7 @@
|
||||||
package cli
|
package cli
|
||||||
|
|
||||||
// Default build-time variable.
|
// Default build-time variable.
|
||||||
// These values are overriding via ldflags
|
// These values are overridden via ldflags
|
||||||
var (
|
var (
|
||||||
PlatformName = ""
|
PlatformName = ""
|
||||||
Version = "unknown-version"
|
Version = "unknown-version"
|
||||||
|
|
Loading…
Reference in New Issue