From 7dd7b1aff9c65cc93d21a941d78875fadf86068f Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 29 Jun 2020 13:50:30 +0200 Subject: [PATCH] test --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index f8736c3..81fa6e0 100644 --- a/job.go +++ b/job.go @@ -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{