Skip to content

Commit 91a2bdd

Browse files
Dan Millermilas
authored andcommitted
model: move to pkg (docker#2024)
1 parent ce61e7b commit 91a2bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/watch/ephemeral.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ignore
22

33
import (
44
"github.com/windmilleng/tilt/internal/dockerignore"
5-
"github.com/windmilleng/tilt/internal/model"
5+
"github.com/windmilleng/tilt/pkg/model"
66
)
77

88
// Filter out spurious changes that we don't want to rebuild on, like IDE

0 commit comments

Comments
 (0)