1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Merge pull request #912 from kkirsche/patch-1

Fix grammar typo in comment
This commit is contained in:
Daniel Nephin
2018-02-28 11:58:01 -05:00
committed by GitHub

View File

@@ -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"