Skip to content

Commit c1a3d75

Browse files
committed
change project path
1 parent cc18bb7 commit c1a3d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ func main() {
4848
Flags: []cli.Flag{
4949
cli.StringFlag{
5050
Name: "src",
51-
Usage: "Source path in the GOPATH. For example: github.com/igetserver",
52-
Value: "gitlab.luojilab.com/igetserver",
51+
Usage: "Source path in the GOPATH. For example: github.com/silentred",
52+
Value: "gitlab.alipay-inc.com/oceanbase-dba",
5353
Destination: &sourcePath,
5454
},
5555
},

0 commit comments

Comments
 (0)