-
Notifications
You must be signed in to change notification settings - Fork 2.7k
podman system check: Fix error check logic #26252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman system check: Fix error check logic #26252
Conversation
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM changes.
@sonnysasaka, can you please check your commit signature?
yeah, consider a |
Previously there is a minor logic error, which causes podman system check to do the check twice although there is no repair flag. Signed-off-by: Sonny Sasaka <[email protected]>
3f30650
to
c87a761
Compare
Done, could you please take a look if this is okay? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99, sonnysasaka The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
226155e
into
containers:main
Previously there is a minor logic error, which causes podman system check to do the check twice although there is no repair flag.
Does this PR introduce a user-facing change?