mirror of https://github.com/docker/compose.git
chore: fix typo in comment
Signed-off-by: racequite <quiterace@gmail.com>
This commit is contained in:
parent
4ae2e0ec55
commit
2aa568ceba
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
package compose
|
package compose
|
||||||
|
|
||||||
// FailureCategory sruct regrouping metrics failure status and specific exit code
|
// FailureCategory struct regrouping metrics failure status and specific exit code
|
||||||
type FailureCategory struct {
|
type FailureCategory struct {
|
||||||
MetricsStatus string
|
MetricsStatus string
|
||||||
ExitCode int
|
ExitCode int
|
||||||
|
|
Loading…
Reference in New Issue