diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 04:51:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 04:51:09 -0500 |
| commit | 2ab5bd6641c60109b2e12c424984489230196626 (patch) | |
| tree | e7b881812f1d1c0be336278d9225c0c68a1e93ed /doBuild.go | |
| parent | 8c43fd16b80ecad4098eb1a0c084279bf2783b10 (diff) | |
don't like this anymore because things are working now
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) |
