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