From ec30a504bae6cad75f859964e14c60d39cc43709 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 29 Sep 2024 10:38:22 -0700 Subject: refactor --- weed/shell/command_volume_check_disk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/shell/command_volume_check_disk.go') diff --git a/weed/shell/command_volume_check_disk.go b/weed/shell/command_volume_check_disk.go index 08e457e9d..f1f3a0728 100644 --- a/weed/shell/command_volume_check_disk.go +++ b/weed/shell/command_volume_check_disk.go @@ -48,7 +48,7 @@ func (c *commandVolumeCheckDisk) Help() string { ` } -func (c *commandVolumeCheckDisk) IsResourceHeavy() bool { +func (c *commandVolumeCheckDisk) HasTag(CommandTag) bool { return false } -- cgit v1.2.3