diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 09:39:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 09:39:09 -0500 |
| commit | b843bce3c30d8139f29e3ca4b4e998bc0bd4053d (patch) | |
| tree | 8292a259dbe3fcb3c60319d8a7cd4cfe1c913c6f /doDebian.go | |
| parent | 33cf831b22d29c8e2ef346537fa2487de0941eaa (diff) | |
build and runs again
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 4308d8d..37c0315 100644 --- a/doDebian.go +++ b/doDebian.go @@ -13,6 +13,7 @@ import ( ) func doDebian() error { + initForge() // clean out old deb files globPattern := filepath.Join(me.homedir, "incoming", "*.deb") files, err := filepath.Glob(globPattern) @@ -27,7 +28,6 @@ func doDebian() error { return err } - initForge() // doInstallScan() found := gitpb.NewRepos() |
