Skip to content

Commit

Permalink
Update src/apps/podman/restapi/mode/listpods.pm
Browse files Browse the repository at this point in the history
Co-authored-by: omercier <[email protected]>
  • Loading branch information
sdepassio and omercier authored Feb 6, 2025
1 parent 6ef2987 commit f4b2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/podman/restapi/mode/listpods.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sub disco_show {
my $pods = $options{custom}->list_pods();
foreach my $pod_id (sort keys %{$pods}) {
$self->{output}->add_disco_entry(name => $pods->{$pod_id}->{Name},
state => $pods->{$pod_id}->{State},
state => $pods->{$pod_id}->{Status},
id => $pod_id,
);
}
Expand Down

0 comments on commit f4b2573

Please sign in to comment.