| commit | 0f3886b4849e4e59f89024a8a376c871c3861372 | [log] [tgz] |
|---|---|---|
| author | mfordjody <11638005@qq.com> | Mon Jun 02 09:38:40 2025 +0800 |
| committer | mfordjody <11638005@qq.com> | Mon Jun 02 09:38:40 2025 +0800 |
| tree | d147669bcde12f1bce8909df37256d67e2a6d747 | |
| parent | c0030f9b1c06a2a6c9535a3cc574681a132a25ac [diff] |
fix pre release v0.1.0
diff --git a/operator/pkg/helm/path_windows.go b/operator/pkg/helm/path_windows.go index 5b34058..eceb851 100644 --- a/operator/pkg/helm/path_windows.go +++ b/operator/pkg/helm/path_windows.go
@@ -19,6 +19,8 @@ package helm +import "strings" + func pathJoin(elem ...string) string { elems := make([]string, 0, len(elem)) elems = append(elems, elem...)