This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f3886b4 fix pre release v0.1.0
0f3886b4 is described below

commit 0f3886b4849e4e59f89024a8a376c871c3861372
Author: mfordjody <[email protected]>
AuthorDate: Mon Jun 2 09:38:40 2025 +0800

    fix pre release v0.1.0
---
 operator/pkg/helm/path_windows.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/operator/pkg/helm/path_windows.go 
b/operator/pkg/helm/path_windows.go
index 5b34058c..eceb8516 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...)

Reply via email to