aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_collection_delete.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_collection_delete.go')
-rw-r--r--weed/shell/command_collection_delete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_collection_delete.go b/weed/shell/command_collection_delete.go
index b473c5a1f..0239d4c55 100644
--- a/weed/shell/command_collection_delete.go
+++ b/weed/shell/command_collection_delete.go
@@ -28,7 +28,7 @@ func (c *commandCollectionDelete) Help() string {
`
}
-func (c *commandCollectionDelete) IsResourceHeavy() bool {
+func (c *commandCollectionDelete) HasTag(CommandTag) bool {
return false
}