summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 05:07:00 -0500
committerJeff Carr <[email protected]>2025-10-03 05:07:00 -0500
commit6e30c81f54f145b5b9cd1e428eaa44f8bdc5cd81 (patch)
treef76c0b28a0648919f5109fb12ca5f811fb90e224 /main.go
parent26686bf8d667f71bb5b493ce4ec84f740fb8d061 (diff)
try to force install
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.go b/main.go
index 367aa64..e3ab53e 100644
--- a/main.go
+++ b/main.go
@@ -96,8 +96,6 @@ func main() {
okExit("")
}
- doListRepos()
-
if argv.MakeInstall != nil {
if err := doInstall(); err != nil {
log.Info("doInstall() failed", err)
@@ -106,7 +104,7 @@ func main() {
okExit("EVERYTHING BUILT!")
}
- okExit("everything compiled")
+ okExit("do what?")
}
// this is dumb. sync this with go-deb