Browse Source

model: move to pkg (#2024)

Dan Miller 6 years ago
parent
commit
91a2bdd6de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/watch/ephemeral.go

+ 1 - 1
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