summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 11:45:58 -0500
committerJeff Carr <[email protected]>2025-10-24 11:45:58 -0500
commit15c0f73cefffe7b1d2afed3f38406756b9977761 (patch)
treeec9274f73aceca117473c684457ec55a4b76f031 /main.go
parent570417ac12815116e4cdf90bbb656e01a1321a56 (diff)
new argv.protov0.0.30
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ba936f2..5e00420 100644
--- a/main.go
+++ b/main.go
@@ -45,7 +45,7 @@ func main() {
me.argv.BadExit("no "+filepath.Join(me.pb.BaseDir, "pool")+" directory", errors.New("mount -a ? missing wit/pool/"))
}
- if me.argv.Cmd == "" {
+ if me.argv.GetCmd() == "" {
// STANDARD START
// walk for new .deb files
s, err := doWalk()