Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-viswanathan committed Mar 9, 2021
1 parent c973b97 commit 79d08f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Info struct {
// GetInfo returns version info
func GetInfo() Info {
return Info{
EksctlVersion: version.GetVersion(),
EksctlVersion: version.String(),
KubectlVersion: getKubectlVersion(),
OS: runtime.GOOS,
}
Expand Down

0 comments on commit 79d08f6

Please sign in to comment.