aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_uncache.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-09 14:37:34 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-09 14:37:34 -0700
commit402315f117ec02d511dde0b4428bfd8d0ec8716d (patch)
tree3ebe9f3c2e4beefe41ed4cd646a064921ce1f7fb /weed/shell/command_remote_uncache.go
parenta6be2520c97f79d2dac0c748410c3de471cc8143 (diff)
downloadseaweedfs-402315f117ec02d511dde0b4428bfd8d0ec8716d.tar.xz
seaweedfs-402315f117ec02d511dde0b4428bfd8d0ec8716d.zip
go fmt
Diffstat (limited to 'weed/shell/command_remote_uncache.go')
-rw-r--r--weed/shell/command_remote_uncache.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_remote_uncache.go b/weed/shell/command_remote_uncache.go
index c07894508..7fc70b7a3 100644
--- a/weed/shell/command_remote_uncache.go
+++ b/weed/shell/command_remote_uncache.go
@@ -83,8 +83,8 @@ func (c *commandRemoteUncache) uncacheContentData(commandEnv *CommandEnv, writer
err := commandEnv.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error {
_, updateErr := client.UpdateEntry(context.Background(), &filer_pb.UpdateEntryRequest{
- Directory: string(dir),
- Entry: entry,
+ Directory: string(dir),
+ Entry: entry,
})
return updateErr
})