summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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