diff options
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("") } |
![]() |
index : go.wit.com/apps/utils/wit-test.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | doBuild.go | 2 |
@@ -29,7 +29,7 @@ func doBuild() error { } if argv.Build.Debian != nil { - doDebian() + doOnlyDebianPackages() okExit("") } |