You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/06/18 09:24:28 UTC

[incubator-devlake] 10/10: update gitee main

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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 5f0804ba062c1fcb99828934ba7b6bb407e3b77a
Author: Mr.An <42...@users.noreply.github.com>
AuthorDate: Sat Jun 18 17:09:18 2022 +0800

    update gitee main
---
 plugins/gitee/gitee.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gitee/gitee.go b/plugins/gitee/gitee.go
index 7c239996..7ad70737 100644
--- a/plugins/gitee/gitee.go
+++ b/plugins/gitee/gitee.go
@@ -26,7 +26,7 @@ import (
 var PluginEntry impl.Gitee //nolint
 
 func main() {
-	cmd := &cobra.Command{Use: "github"}
+	cmd := &cobra.Command{Use: "gitee"}
 	connectionId := cmd.Flags().Uint64P("connectionId", "c", 0, "gitee connection id")
 	owner := cmd.Flags().StringP("owner", "o", "", "gitee owner")
 	repo := cmd.Flags().StringP("repo", "r", "", "gitee repo")