diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 17:39:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 17:39:44 -0500 |
| commit | 8a207ef6722d9baac437a436c35f66eea61881f3 (patch) | |
| tree | 39ca8573c35c319dddd2b2410dc595e484a08623 /doBuild.go | |
| parent | c09ea79a8dd4c6ac5f6929230fdcdfb04139f740 (diff) | |
argv updates
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ func doBuild() error { v = []string{"-v", "-x"} } - gopath := argv.Dev.Build + gopath := "fixme build" repo := me.forge.Repos.FindByNamespace(gopath) if repo == nil { @@ -36,7 +36,7 @@ func doInstall() error { v = []string{"-v", "-x"} } - gopath := argv.Dev.Install + gopath := "fixme build" repo := me.forge.Repos.FindByNamespace(gopath) if repo == nil { return fmt.Errorf("rep not found: %s", gopath) |
