Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
fix bug with node versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jun 13, 2019
1 parent 837cc70 commit c290035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind/actions/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func image(version string) string {
case "v1.14.2":
case "v1.14.1":
case "v1.14.0":
return fmt.Sprintf("kindest/node:", version)
return fmt.Sprintf("kindest/node:%s", version)
}
return defaults.Image
}

0 comments on commit c290035

Please sign in to comment.