Skip to content

Commit 0d4873e

Browse files
committed
fix: ops
1 parent 8a3e206 commit 0d4873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (w *LocalWatcher) sync(firstSync bool) {
233233
FileMode: fi.Mode(),
234234
}
235235

236-
if firstSync {
236+
if !firstSync {
237237
fileList[walkPath] = obj
238238

239239
// Check if the object is cached by Key

0 commit comments

Comments
 (0)