1
0
forked from x/icebergs
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)
}
}