diff options
Diffstat (limited to 'weed/shell/command_s3_bucket_quota.go')
| -rw-r--r-- | weed/shell/command_s3_bucket_quota.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_quota.go b/weed/shell/command_s3_bucket_quota.go index f6562453f..05910c099 100644 --- a/weed/shell/command_s3_bucket_quota.go +++ b/weed/shell/command_s3_bucket_quota.go @@ -52,7 +52,7 @@ func (c *commandS3BucketQuota) Do(args []string, commandEnv *CommandEnv, writer resp, err := client.GetFilerConfiguration(ctx, &filer_pb.GetFilerConfigurationRequest{}) if err != nil { - return fmt.Errorf("get filer configuration: %v", err) + return fmt.Errorf("get filer configuration: %w", err) } filerBucketsPath := resp.DirBuckets |
