diff options
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) |
