Skip to content

Commit f4b2573

Browse files
sdepassioomercier
andauthored
Update src/apps/podman/restapi/mode/listpods.pm
Co-authored-by: omercier <[email protected]>
1 parent 6ef2987 commit f4b2573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/podman/restapi/mode/listpods.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sub disco_show {
7070
my $pods = $options{custom}->list_pods();
7171
foreach my $pod_id (sort keys %{$pods}) {
7272
$self->{output}->add_disco_entry(name => $pods->{$pod_id}->{Name},
73-
state => $pods->{$pod_id}->{State},
73+
state => $pods->{$pod_id}->{Status},
7474
id => $pod_id,
7575
);
7676
}

0 commit comments

Comments
 (0)