Skip to content

Commit

Permalink
Typo fix: wil->will (kubernetes#998)
Browse files Browse the repository at this point in the history
wil->will
  • Loading branch information
AdamDang authored and cdrage committed May 2, 2018
1 parent 94377ff commit 28031a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package version

var (
// VERSION is version number that wil be displayed when running ./kompose version
// VERSION is version number that will be displayed when running ./kompose version
VERSION = "1.12.0"
// GITCOMMIT is hash of the commit that wil be displayed when running ./kompose version
// GITCOMMIT is hash of the commit that will be displayed when running ./kompose version
// this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/pkg/version.GITCOMMIT=$(GITCOMMIT)"
// HEAD is default indicating that this was not set during build
GITCOMMIT = "HEAD"
Expand Down

0 comments on commit 28031a9

Please sign in to comment.