summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
Diffstat (limited to 'doBuild.go')
-rw-r--r--doBuild.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doBuild.go b/doBuild.go
index 5c7da8c..3879efb 100644
--- a/doBuild.go
+++ b/doBuild.go
@@ -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)