From db36cef85a81d1978f5fe1d3bf46698547afd088 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 19 Jan 2024 18:37:27 -0600 Subject: more more into repostatus package better working labels autotypist auto hides hide unmodified repos works again go build args out of order download the toolkits first auto rebuild of autotypist Signed-off-by: Jeff Carr --- unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix.go') diff --git a/unix.go b/unix.go index e7e382b..575c066 100644 --- a/unix.go +++ b/unix.go @@ -64,5 +64,5 @@ func setGitCommands() { log.Warn("s =", s) tmp = append(tmp, s) } - cmds.Set(strings.Join(tmp, "\n")) + cmds.SetText(strings.Join(tmp, "\n")) } -- cgit v1.2.3