This commit is contained in:
crschnick
2026-06-14 12:44:17 +00:00
parent 59fd9e4e36
commit dcd66a6ab6
@@ -48,7 +48,7 @@ public class PodmanContainerStoreProvider implements ShellStoreProvider {
@Override
public DataStoreEntry getDisplayParent(DataStoreEntry store) {
PodmanContainerStore s = store.getStore().asNeeded();
return s.getCmd().get();
return s.getCmd() != null ? s.getCmd().get() : null;
}
@Override