This commit is contained in:
shoopea 2020-06-29 13:50:30 +02:00
parent fe8d55a267
commit 7dd7b1aff9

2
job.go
View File

@ -2153,7 +2153,7 @@ func jobGetStash(j Job) {
out := "Stash:\n"
for k, v := range p.Stash {
i, _ := getObjItem(k)
out = fmt.Sprintf("%s %d : %d\n", out, i.Names[0], v)
out = fmt.Sprintf("%s %s : %d\n", out, i.Names[0], v)
}
c := TGCommand{