1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 01:48:27 +08:00
This commit is contained in:
shaoying 2020-08-14 14:29:28 +08:00
parent bf9c530674
commit 073851ee66

View File

@ -311,7 +311,6 @@ var Index = &ice.Context{Name: GIT, Help: "代码库",
} else { } else {
m.Option(cli.CMD_DIR, path.Join("usr", m.Option("name"))) m.Option(cli.CMD_DIR, path.Join("usr", m.Option("name")))
} }
m.Option(cli.CMD_DIR, path.Join("usr", m.Option("name")))
m.Cmdy(cli.SYSTEM, "git", "push") m.Cmdy(cli.SYSTEM, "git", "push")
}}, }},
}, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { }, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {