master
Evan Chen 2021-12-20 02:51:43 +08:00
parent a96e4b8024
commit b0ef9e04f7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func Setup() {
ptr = i
}
}
return fmt.Sprintf("%v:%v", short, segs[len(segs)-1])
return fmt.Sprintf("%v:%v >", short, segs[len(segs)-1])
}
return c
},