Skip to content

Commit e153386

Browse files
Corrected typo in "containers"
1 parent c475d9a commit e153386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kuberoCli/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ func installKuberoUi() {
634634

635635
}
636636

637-
kuberoUIconsole := promptLine("Enable Console Access to running contianers", "[y/n]", "n")
637+
kuberoUIconsole := promptLine("Enable Console Access to running containers", "[y/n]", "n")
638638

639639
if kuberoUIconsole == "y" {
640640
kuberoUIConfig.Spec.Kubero.Config.Kubero.Console.Enabled = true

0 commit comments

Comments
 (0)