diff --git a/pkg/watch/watcher_naive.go b/pkg/watch/watcher_naive.go index 685bc4bec..50c7fb7ba 100644 --- a/pkg/watch/watcher_naive.go +++ b/pkg/watch/watcher_naive.go @@ -12,8 +12,8 @@ import ( "strings" "github.com/pkg/errors" - "github.com/tilt-dev/fsnotify" + "github.com/tilt-dev/fsnotify" "github.com/tilt-dev/tilt/internal/ospath" "github.com/tilt-dev/tilt/pkg/logger" )