diff options
| author | chrislu <chris.lu@gmail.com> | 2025-12-12 23:41:38 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-12-12 23:41:38 -0800 |
| commit | e6c1f3d7b233132cac9393b93a31663c118560b0 (patch) | |
| tree | d4e0f26d04176d69ed40721f0e19950aff943c58 | |
| parent | dfd18ae2317c3b8db2fc58a3dcf78d07e0166c2a (diff) | |
| download | seaweedfs-e6c1f3d7b233132cac9393b93a31663c118560b0.tar.xz seaweedfs-e6c1f3d7b233132cac9393b93a31663c118560b0.zip | |
Update command_volume_fsck.go
| -rw-r--r-- | weed/shell/command_volume_fsck.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go index 14149ce0e..5d95f369a 100644 --- a/weed/shell/command_volume_fsck.go +++ b/weed/shell/command_volume_fsck.go @@ -85,7 +85,6 @@ func (c *commandVolumeFsck) Help() string { ` } - func (c *commandVolumeFsck) HasTag(tag CommandTag) bool { return tag == ResourceHeavy } |
