diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 05:07:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 05:07:00 -0500 |
| commit | 6e30c81f54f145b5b9cd1e428eaa44f8bdc5cd81 (patch) | |
| tree | f76c0b28a0648919f5109fb12ca5f811fb90e224 /main.go | |
| parent | 26686bf8d667f71bb5b493ce4ec84f740fb8d061 (diff) | |
try to force install
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
