1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +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 {
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")
}},
}, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {