Skip to content

Commit

Permalink
Merge pull request #1440 from estroz/bugfix/correct-default-version
Browse files Browse the repository at this point in the history
internal/config/config.go: use `DefaultVersion` instead of `config.Version2`
  • Loading branch information
k8s-ci-robot authored Mar 21, 2020
2 parents 0b6c9b7 + 3e39118 commit 8b53abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type Config struct {
func New(path string) *Config {
return &Config{
Config: config.Config{
Version: config.Version2,
Version: DefaultVersion,
},
path: path,
mustNotExist: true,
Expand Down

0 comments on commit 8b53abe

Please sign in to comment.