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
|
||||
|
||||
// Default build-time variable.
|
||||
// These values are overriding via ldflags
|
||||
// These values are overridden via ldflags
|
||||
var (
|
||||
PlatformName = ""
|
||||
Version = "unknown-version"
|
||||
|
|
Loading…
Reference in New Issue