Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5a0ac1c

Browse files
committed
Fix spelling
1 parent fce7d09 commit 5a0ac1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lurcher/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func waitForMainContainerToEnd(container, pod, namespace string) {
110110

111111
for _, status := range containerStatuses {
112112
if status.Name == container && status.State.Terminated != nil {
113-
log.Printf("Main Container Exited. Lurcher will end asswell.")
113+
log.Printf("Main Container Exited. Lurcher will end as well.")
114114
return
115115
}
116116
}

0 commit comments

Comments
 (0)