diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 22:02:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 22:02:21 -0500 |
| commit | a89b40c03b3b4c1ab18b913aff4f2d3d38ce0fbd (patch) | |
| tree | dd68e6621613c1c7d2d39e5926dff148b3cbf4d8 /main.go | |
| parent | c0544ed4a139ba47bd879a2405bfa73e4c10328a (diff) | |
trying to fix deb buildsv0.22.151
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
