summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 09:05:44 -0600
committerJeff Carr <[email protected]>2025-11-02 09:05:44 -0600
commit8da61f74ea87126a8f44623c2bffe1cf2b011e52 (patch)
tree1d1ed53ac69dc47b98ad6ea43fa62aba0c432a19
parent5d138b2603870fb816f5c89a3fa02f6bf3780e94 (diff)
minordevel
-rw-r--r--doDev.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/doDev.go b/doDev.go
index 48f0597..7568f04 100644
--- a/doDev.go
+++ b/doDev.go
@@ -48,6 +48,5 @@ func doDev() (string, error) {
return "build ok", nil
}
- footer := me.forge.Repos.PrintDefaultTB()
- return "jwc " + footer, nil
+ return "no dev subcommand", nil
}