summaryrefslogtreecommitdiff
path: root/doInstall.go
diff options
context:
space:
mode:
Diffstat (limited to 'doInstall.go')
-rw-r--r--doInstall.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doInstall.go b/doInstall.go
index cac93d0..3269c77 100644
--- a/doInstall.go
+++ b/doInstall.go
@@ -27,7 +27,7 @@ func doInstallRepo(check *gitpb.Repo) error {
return nil
}
- if argv.Verbose {
+ if argv.Verbose || argv.Force {
verbose := []string{"-v", "-x"}
if err := me.forge.Install(check, verbose); err != nil {
log.Warn("INSTALL FAILED", check.GetGoPath(), err)