From a89b40c03b3b4c1ab18b913aff4f2d3d38ce0fbd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 22:02:21 -0500 Subject: trying to fix deb builds --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 1438802..65d079a 100644 --- a/main.go +++ b/main.go @@ -41,6 +41,9 @@ func main() { log.Info("todo: show", me.repo.GetGoPath()) okExit("") } + if argv.Namespace != "" { + me.repo.Namespace = argv.Namespace + } log.Info("Namespace:", me.repo.GetNamespace(), "Fullpath:", me.repo.GetFullPath()) // figure out where we are working from -- cgit v1.2.3