diff --git a/test/e2e/template/helmfile/tmpl_test.go b/test/e2e/template/helmfile/tmpl_test.go index a38194cb..548f36f3 100644 --- a/test/e2e/template/helmfile/tmpl_test.go +++ b/test/e2e/template/helmfile/tmpl_test.go @@ -6,7 +6,7 @@ import ( "testing" "text/template" - "github.com/roboll/helmfile/pkg/tmpl" + "github.com/helmfile/helmfile/pkg/tmpl" "github.com/stretchr/testify/require" )