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