diff --git a/pkg/watch/ephemeral.go b/pkg/watch/ephemeral.go index ae1ea96c5..48d224de2 100644 --- a/pkg/watch/ephemeral.go +++ b/pkg/watch/ephemeral.go @@ -2,7 +2,7 @@ package ignore import ( "github.com/windmilleng/tilt/internal/dockerignore" - "github.com/windmilleng/tilt/internal/model" + "github.com/windmilleng/tilt/pkg/model" ) // Filter out spurious changes that we don't want to rebuild on, like IDE