diff options
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) } |
