diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 05:36:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 05:36:56 -0500 |
| commit | b28cd1762a2601b6acb082ac54c62aef166a5758 (patch) | |
| tree | 96c2e9f3c828d9c7c542c0ac90bf02eff967ac0d /doIncoming.go | |
| parent | cc92f94457a1aa7e487bbeb293b1822000be302d (diff) | |
new argvv0.0.28
Diffstat (limited to 'doIncoming.go')
| -rw-r--r-- | doIncoming.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doIncoming.go b/doIncoming.go index 85b81aa..d6dbed4 100644 --- a/doIncoming.go +++ b/doIncoming.go @@ -60,7 +60,7 @@ func moveOutOfIncoming(fullname string) error { // log.Printf("%s moved incoming oldname %s newname: %s\n", packageName, path, newfilename) } // return "file already exists. use --force to replace", errors.New("duplicate .deb in incoming/") - me.sh.GoodExit("file already exists. TODO: fix this to use --force to replace") + me.argv.GoodExit("file already exists. TODO: fix this to use --force to replace") } // file can be moved os.Rename(fullname, newfilename) |
