Skip to content

Commit 162991f

Browse files
authored
Fix typo install.go
1 parent 3fa7c1f commit 162991f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/kuberoCli/install.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func installIngress() {
349349
} else {
350350

351351
if clusterType == "" {
352-
clusterType = selectFromList("Which cluster type have you insalled?", clusterTypeList, "")
352+
clusterType = selectFromList("Which cluster type have you installed?", clusterTypeList, "")
353353
}
354354

355355
prefill := "baremetal"
@@ -644,7 +644,7 @@ func installKuberoUi() {
644644
//kuberoUIConfig.Spec.Image.Tag = "v2.0.0-rc.8"
645645

646646
if clusterType == "" {
647-
clusterType = selectFromList("Which cluster type have you insalled?", clusterTypeList, "")
647+
clusterType = selectFromList("Which cluster type have you installed?", clusterTypeList, "")
648648
}
649649

650650
if clusterType == "linode" ||

0 commit comments

Comments
 (0)