summaryrefslogtreecommitdiff
path: root/doIncoming.go
diff options
context:
space:
mode:
Diffstat (limited to 'doIncoming.go')
-rw-r--r--doIncoming.go2
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)