diff options
Diffstat (limited to 'weed/shell/command_fs_meta_notify.go')
| -rw-r--r-- | weed/shell/command_fs_meta_notify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_meta_notify.go b/weed/shell/command_fs_meta_notify.go index d0ea7c8c5..d7aca21d3 100644 --- a/weed/shell/command_fs_meta_notify.go +++ b/weed/shell/command_fs_meta_notify.go @@ -30,7 +30,7 @@ func (c *commandFsMetaNotify) Help() string { ` } -func (c *commandFsMetaNotify) IsResourceHeavy() bool { +func (c *commandFsMetaNotify) HasTag(CommandTag) bool { return false } |
