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

Commit c290035

Browse files
committed
fix bug with node versioning
Signed-off-by: Chuck Ha <[email protected]>
1 parent 837cc70 commit c290035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kind/actions/kind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func image(version string) string {
233233
case "v1.14.2":
234234
case "v1.14.1":
235235
case "v1.14.0":
236-
return fmt.Sprintf("kindest/node:", version)
236+
return fmt.Sprintf("kindest/node:%s", version)
237237
}
238238
return defaults.Image
239239
}

0 commit comments

Comments
 (0)