summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 08:12:04 -0600
committerJeff Carr <[email protected]>2024-01-15 08:12:04 -0600
commitceaab24e56b13a1118a38dbf5dc5e5023d6ec4a9 (patch)
tree7d45c9092c6bbb5ea96e3b7bb1124988434b62ae /draw.go
parentba825e7eb06ca8aa57c7dc07358e2cf902b2f5ec (diff)
work on autotypist reset
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index c6f2c17..5158f98 100644
--- a/draw.go
+++ b/draw.go
@@ -308,7 +308,7 @@ func (rs *RepoStatus) runGitCommands() bool {
s := strings.Join(line, " ")
log.Warn("NEED TO RUN:", s)
rs.develMerge.SetText(s)
- err, b, output := runCmd(rs.repopath, line)
+ err, b, output := RunCmd(rs.repopath, line)
if err != nil {
log.Warn("ABEND EXECUTION")
log.Warn("error =", err)