Skip to content

Commit f03b708

Browse files
webignitionndeloof
authored andcommitted
compose ps: fix typo "unknow" -> "unknown"
Signed-off-by: Jon Cram <[email protected]>
1 parent 36c2947 commit f03b708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/compose/ps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (p *psOptions) parseFilter() error {
5959
case "source":
6060
return api.ErrNotImplemented
6161
default:
62-
return fmt.Errorf("unknow filter %s", parts[0])
62+
return fmt.Errorf("unknown filter %s", parts[0])
6363
}
6464
return nil
6565
}

0 commit comments

Comments
 (0)