summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-28 20:53:59 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-28 20:53:59 (EDT)
commiteae1ae3539ca0f7b90d079cb47d3e7d77da71f65 (patch)
tree5cbd73d87c21c0418b86a5ca585ca5780b6646b3
parentf417ec10669b6bb428d2920113c9a6120ecbd25d (diff)
lib/suite.sh: Fix use of remove module.
-rw-r--r--lib/suite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/suite.sh b/lib/suite.sh
index c81f73e..2504cc0 100644
--- a/lib/suite.sh
+++ b/lib/suite.sh
@@ -19,6 +19,7 @@
use db
use dir
+use remove
copy_suite()
{
@@ -87,5 +88,5 @@ _suite_remove_source()
local dist="${2}"
local source="${3}"
- remove_source "${chan}" "${dist}" "${source}"
+ remove_source_from_suite "${chan}" "${dist}" "${source}"
}