diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 02:26:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 02:26:29 -0500 |
| commit | 1fdae7345bc4e24eb45763a2b3b5c271d0f6aac7 (patch) | |
| tree | 211a257fc0c8dae49cf77adad76641435ae27afb /doBuild.go | |
| parent | 9a5794ad4fb2b5c6cd291435270987f95d3d9bf9 (diff) | |
oops
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ func doBuild() error { } if argv.Build.Debian != nil { - doDebian() + doOnlyDebianPackages() okExit("") } |
