summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 09:15:32 -0500
committerJeff Carr <[email protected]>2025-09-04 09:15:32 -0500
commit5fec66f97cce98793c657e4183b7ade280f5c7f8 (patch)
tree70ea0530c41885bae1b867c8352c9007554b5197 /main.go
parent680069d4ca65c75ce1d7d462d98ce7e9e4c8bfdc (diff)
lots more code cleanups
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 7 insertions, 5 deletions
diff --git a/main.go b/main.go
index a4ab11b..f60374c 100644
--- a/main.go
+++ b/main.go
@@ -90,12 +90,14 @@ func main() {
okExit("")
}
- if argv.Checkout != nil {
- if err := doCheckout(); err != nil {
- badExit(err)
+ /*
+ if argv.Checkout != nil {
+ if err := doCheckout(); err != nil {
+ badExit(err)
+ }
+ okExit("")
}
- okExit("")
- }
+ */
if argv.Build != "" {
if err := doBuild(); err != nil {