Skip to content

Commit

Permalink
Update ee/debug/checkups/coredump_linux.go
Browse files Browse the repository at this point in the history
Co-authored-by: seph <seph@kolide.co>
  • Loading branch information
RebeccaMahany and directionless committed Sep 17, 2024
1 parent 2763ed4 commit 88c950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/debug/checkups/coredump_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (c *coredumpCheckup) Run(ctx context.Context, extraWriter io.Writer) error
}

// At least one coredump exists for at least one binary
c.status = Failing
c.status = Warning
c.summary += fmt.Sprintf("%s has at least one coredump; ", binaryName)
c.data[binaryName] = strings.TrimSpace(string(coredumpListRaw))
}
Expand Down

0 comments on commit 88c950a

Please sign in to comment.