fix import path name error
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
c34c7c87a1
commit
9011d2dd15
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue