From 8a207ef6722d9baac437a436c35f66eea61881f3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 17:39:44 -0500 Subject: argv updates --- doBuild.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doBuild.go') 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) -- cgit v1.2.3