forked from x/icebergs
add some
This commit is contained in:
parent
bd3660f02e
commit
e821a8a104
@ -20,7 +20,7 @@ import (
|
||||
func _runtime_init(m *ice.Message) {
|
||||
if ice.Info.Make.Remote == "" {
|
||||
ice.Info.Make.Remote = m.Cmdx(SYSTEM, GIT, "config", "--get", "remote.origin.url")
|
||||
ice.Info.Make.Module = srtings.Split(ice.Info.Make.Remote, "://")[1]
|
||||
ice.Info.Make.Module = strings.Split(ice.Info.Make.Remote, "://")[1]
|
||||
}
|
||||
count := kit.Int(m.Conf(RUNTIME, kit.Keys(BOOT, mdb.COUNT)))
|
||||
defer m.Conf(RUNTIME, kit.Keys(BOOT, mdb.COUNT), count+1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user