summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 05:12:52 -0500
committerJeff Carr <[email protected]>2025-10-16 05:12:52 -0500
commitee7604bc3dcd455196f84a621c88410226e3ef59 (patch)
tree8c74269f2ee2c38b82cc338646e7f40e9bbdbcc7 /main.go
parent823199b877a0233d4fd50247d7e5e7d40acce0b6 (diff)
cleanup clean
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 1fe1828..07c5459 100644
--- a/main.go
+++ b/main.go
@@ -98,7 +98,7 @@ func main() {
}
if argv.Clean != nil {
- err = doClean()
+ s, err = doClean()
}
if argv.Mode != nil {