1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 09:48:28 +08:00
This commit is contained in:
harveyshao 2022-03-19 19:25:10 +08:00
parent 26b9667279
commit c4fe0b8f4b

View File

@ -29,6 +29,8 @@ func _repos_insert(m *ice.Message, name string, dir string) {
BRANCH, strings.TrimSpace(m.Cmdx(cli.SYSTEM, GIT, BRANCH)),
REMOTE, strings.TrimSpace(m.Cmdx(cli.SYSTEM, GIT, REMOTE, "-v")),
))
} else {
m.Debug("what %v %v", s, e)
}
}