fix: container selection

This commit is contained in:
Andras Bacsai 2023-12-07 13:48:23 +01:00
parent 13701f6030
commit 2f286a6595

View File

@ -83,7 +83,7 @@ class ExecuteContainerCommand extends Component
$this->server = $this->resource->server;
}
if ($this->containers->count() > 1) {
if ($this->containers->count() > 0) {
$this->container = $this->containers->first();
}
}