summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 18:44:04 -0500
committerJeff Carr <[email protected]>2025-10-10 18:44:04 -0500
commite60c05f670aa3b34d501fc467b5729b89f0f431a (patch)
treeba920a3f50d3c483506a427d95601b69bf07a896 /main.go
parent22e5c5241ab4ad908ab9022a81322eae1af8fe93 (diff)
more cleanups. shooting for better code
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cd008af..a6920c7 100644
--- a/main.go
+++ b/main.go
@@ -130,7 +130,7 @@ func main() {
}
if argv.Merge != nil {
- err = doMerge()
+ s, err = doMerge()
}
if argv.Add != nil {