summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go2
1 files changed, 1 insertions, 1 deletions
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"))
}