summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 17:39:44 -0500
committerJeff Carr <[email protected]>2025-10-07 17:39:44 -0500
commit8a207ef6722d9baac437a436c35f66eea61881f3 (patch)
tree39ca8573c35c319dddd2b2410dc595e484a08623 /doBuild.go
parentc09ea79a8dd4c6ac5f6929230fdcdfb04139f740 (diff)
argv updates
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)