aboutsummaryrefslogtreecommitdiffstats
path: root/watcher/watcher_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher/watcher_linux.go')
-rw-r--r--watcher/watcher_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher/watcher_linux.go b/watcher/watcher_linux.go
index a7a23cd..a3caa6b 100644
--- a/watcher/watcher_linux.go
+++ b/watcher/watcher_linux.go
@@ -5,4 +5,4 @@ package watcher
import "github.com/rjeczalik/notify"
// Watch IN_CLOSE_WRITE events on Linux to reduce the number of events to process
-const notifyFlag = notify.InCloseWrite | notify.InMovedFrom
+const notifyFlag = notify.InCloseWrite