Skip to content

Commit 7071329

Browse files
authored
Merge pull request #37 from FabienPapet/patch-1
Fix typo install.go
2 parents 3fa7c1f + 162991f commit 7071329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/kuberoCli/install.go

Lines changed: 2 additions & 2 deletions
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)