1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
shaoying 2020-11-17 21:34:16 +08:00
parent 2353f80ce2
commit 206771b994

View File

@ -95,7 +95,6 @@ func init() {
list := []string{}
switch vs[0] {
case "##":
list = append(list, mdb.CREATE)
if strings.Contains(vs[1], "ahead") {
list = append(list, PUSH)
}