diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 02:47:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 02:47:40 -0500 |
| commit | bdb6a5570525ae59f21a277f50e5a2dcd86e9dd0 (patch) | |
| tree | 2bd12a44fef47b712ce6be9ba529dea612b0905f /doDebian.go | |
| parent | d0a5983ade20fed877c2803b73528c28dac77fa6 (diff) | |
moving stuff here from what was bash before
Diffstat (limited to 'doDebian.go')
| -rw-r--r-- | doDebian.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doDebian.go b/doDebian.go index 00a1390..160a01d 100644 --- a/doDebian.go +++ b/doDebian.go @@ -21,5 +21,5 @@ func doDebian() { okExit("") } - exitOnError([]string{"do-aptly"}) + exitOnErrorRealtime([]string{"do-aptly"}) } |
