summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 1c7ce94..0234608 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -219,7 +219,7 @@ for source_stability in 'testing' 'staging'; do
sed '
s/-[^-]\+ \S\+ \S\+$//
' | \
- xargs -r repo-copy \
+ xargs -r "${base_dir}/bin/repo-copy" \
"${tmp_dir}/dbs/${from_repo}/${from_repo}.db.tar.gz" \
"${tmp_dir}/dbs/${to_repo}/${to_repo}.db.tar.gz"
grep " $(str_to_regex "${from_repo}") $(str_to_regex "${to_repo}")\$" "${tmp_dir}/mv" | \