aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_mount_buckets.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_remote_mount_buckets.go')
-rw-r--r--weed/shell/command_remote_mount_buckets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_mount_buckets.go b/weed/shell/command_remote_mount_buckets.go
index d8df09e60..6176aa3d7 100644
--- a/weed/shell/command_remote_mount_buckets.go
+++ b/weed/shell/command_remote_mount_buckets.go
@@ -79,7 +79,7 @@ func (c *commandRemoteMountBuckets) Do(args []string, commandEnv *CommandEnv, wr
fillerBucketsPath, err := readFilerBucketsPath(commandEnv)
if err != nil {
- return fmt.Errorf("read filer buckets path: %v", err)
+ return fmt.Errorf("read filer buckets path: %w", err)
}
hasSuffixPattern, _ := regexp.Compile(".+-[0-9][0-9][0-9][0-9]")