-
Notifications
You must be signed in to change notification settings - Fork 3k
podman pod logs -l no longer panics
#15846
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 pod logs -l no longer panics
#15846
Conversation
408d30c to
8c6372f
Compare
|
LGTM |
8c6372f to
3e33ca1
Compare
vrothberg
left a comment
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.
Nice work!
a70a588 to
0c9ae27
Compare
Fixed issue where executing the command `podman pod logs -l` would panic because it was indexing into an empty arguments array. Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
0c9ae27 to
6f821f0
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakecorrenti, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
Fixed issue where executing the command
podman pod logs -lwould panic because it was indexing into an empty arguments array.Fixes: #15556
Signed-off-by: Jake Correnti jcorrenti13@gmail.com
Does this PR introduce a user-facing change?