aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_meta_sync.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-08-15 19:12:09 -0700
committerchrislu <chris.lu@gmail.com>2024-08-15 19:12:11 -0700
commit8f1f1730e9925c2f9e5e01867f806dcaac3dde11 (patch)
tree77a1c1373bfb2127b999ba48b72c3a2b43f99364 /weed/shell/command_remote_meta_sync.go
parent6f58ab7e8bcf67358a884d7275bffb7649f65394 (diff)
downloadseaweedfs-8f1f1730e9925c2f9e5e01867f806dcaac3dde11.tar.xz
seaweedfs-8f1f1730e9925c2f9e5e01867f806dcaac3dde11.zip
minor
Diffstat (limited to 'weed/shell/command_remote_meta_sync.go')
-rw-r--r--weed/shell/command_remote_meta_sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_meta_sync.go b/weed/shell/command_remote_meta_sync.go
index bc9075746..3b6d92870 100644
--- a/weed/shell/command_remote_meta_sync.go
+++ b/weed/shell/command_remote_meta_sync.go
@@ -109,7 +109,7 @@ Right after "weed filer.remote.sync", the entry.RemoteEntry will be
remoteEntry.RemoteMtime = actual remote mtime, which should be a little greater than entry.Attributes.Mtime
remoteEntry.RemoteTag = actual remote tag
-If entry does not exists, need to pull meta
+If entry does not exist, need to pull meta
If entry.RemoteEntry == nil, this is a new local change and should not be overwritten
If entry.RemoteEntry.RemoteTag != remoteEntry.RemoteTag {