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 01ba88f6 fix typo repo default name (#717)
01ba88f6 is described below
commit 01ba88f681db59eab1608e332210eb4f1dff1673
Author: Jian Zhong <[email protected]>
AuthorDate: Sat May 24 23:11:18 2025 +0800
fix typo repo default name (#717)
---
dubboctl/pkg/sdk/templates.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubboctl/pkg/sdk/templates.go b/dubboctl/pkg/sdk/templates.go
index 2f95f51c..2a515510 100644
--- a/dubboctl/pkg/sdk/templates.go
+++ b/dubboctl/pkg/sdk/templates.go
@@ -24,7 +24,7 @@ import (
"strings"
)
-const DefaultRepositoryName = "default"
+const DefaultRepositoryName = "common"
type Templates struct {
client *Client