We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba24677 commit 48c7dd1Copy full SHA for 48c7dd1
internal/batches/ui/tui.go
@@ -57,7 +57,7 @@ func (ui *TUI) ResolvingNamespace() {
57
}
58
59
func (ui *TUI) ResolvingNamespaceSuccess(_namespace string) {
60
- batchCompletePending(ui.pending, "Resolving namesapce")
+ batchCompletePending(ui.pending, "Resolving namespace")
61
62
63
func (ui *TUI) PreparingContainerImages() {
0 commit comments