diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 11:45:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 11:45:58 -0500 |
| commit | 15c0f73cefffe7b1d2afed3f38406756b9977761 (patch) | |
| tree | ec9274f73aceca117473c684457ec55a4b76f031 /main.go | |
| parent | 570417ac12815116e4cdf90bbb656e01a1321a56 (diff) | |
new argv.protov0.0.30
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
