Skip to content

Commit 48c7dd1

Browse files
sankalp-khareSankalp Khare
andauthored
Fix typo in message printed during batch runs (#574)
Co-authored-by: Sankalp Khare <[email protected]>
1 parent ba24677 commit 48c7dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/batches/ui/tui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (ui *TUI) ResolvingNamespace() {
5757
}
5858

5959
func (ui *TUI) ResolvingNamespaceSuccess(_namespace string) {
60-
batchCompletePending(ui.pending, "Resolving namesapce")
60+
batchCompletePending(ui.pending, "Resolving namespace")
6161
}
6262

6363
func (ui *TUI) PreparingContainerImages() {

0 commit comments

Comments
 (0)