1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2021-07-30 06:10:04 +08:00
parent f545d36db4
commit 63ef3b6dab

View File

@ -156,7 +156,7 @@ func (m *Message) Space(arg interface{}) []string {
func (m *Message) PodCmd(arg ...interface{}) bool {
if pod := m.Option("pod"); pod != "" {
m.Option("pod", "")
m.Cmd(append([]interface{}{"space", pod}, arg...))
m.Cmdy(append([]interface{}{"space", pod}, arg...))
return true
}
return false