diff options
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 |
