diff options
Diffstat (limited to 'pkg/domain/entities/system.go')
-rw-r--r-- | pkg/domain/entities/system.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/entities/system.go b/pkg/domain/entities/system.go index 4af013134..5266dc4cf 100644 --- a/pkg/domain/entities/system.go +++ b/pkg/domain/entities/system.go @@ -19,7 +19,7 @@ type ServiceOptions struct { type SystemPruneOptions struct { All bool Volume bool - Filter []string + ContainerPruneOptions } // SystemPruneReport provides report after system prune is executed. |