diff options
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ func doInstallRepo(check *gitpb.Repo) error { return nil } - if argv.Verbose || argv.Force { + if argv.Verbose { verbose := []string{"-v", "-x"} if err := me.forge.Install(check, verbose); err != nil { log.Warn("INSTALL FAILED", check.Namespace, err) |
