summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 22:02:21 -0500
committerJeff Carr <[email protected]>2025-10-03 22:02:21 -0500
commita89b40c03b3b4c1ab18b913aff4f2d3d38ce0fbd (patch)
treedd68e6621613c1c7d2d39e5926dff148b3cbf4d8 /main.go
parentc0544ed4a139ba47bd879a2405bfa73e4c10328a (diff)
trying to fix deb buildsv0.22.151
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
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