diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 04:32:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 04:32:17 -0500 |
| commit | ef505d811db34278d60fdd2880229ad11cf5a190 (patch) | |
| tree | 9f0efa00f10a4c8d17552174eae341fd928e00ac /doBuild.debian.go | |
| parent | b004731821efacd2c38a6b707c2d56025a237d6e (diff) | |
use go-args Help() text
Diffstat (limited to 'doBuild.debian.go')
| -rw-r--r-- | doBuild.debian.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doBuild.debian.go b/doBuild.debian.go index 80e3a4c..d6120c4 100644 --- a/doBuild.debian.go +++ b/doBuild.debian.go @@ -98,7 +98,7 @@ var totalBuilt int func doBuildDeb(all *gitpb.Repos) (string, error) { log.Info("STARTING DEBIAN PACKAGE BUILD") // clean out old deb files - globPattern := filepath.Join(me.homedir, "incoming", "*.deb") + globPattern := filepath.Join(env.Get("homedir"), "incoming", "*.deb") files, err := filepath.Glob(globPattern) if len(files) > 0 { log.Info(files, err) |
