From 9011d2dd15470c1fbf185aa59db0b0463d8714a8 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Sun, 22 May 2022 14:52:08 +0800 Subject: [PATCH] fix import path name error Signed-off-by: yxxhero --- test/e2e/template/helmfile/tmpl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )