Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/interpret-mail2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail
index 2580c00..06eb4f0 100755
--- a/bin/interpret-mail
+++ b/bin/interpret-mail
@@ -310,7 +310,7 @@ fi
if [ -s "${tmp_dir}/schedule" ]; then
# shellcheck disable=SC2046
- "${base_dir}/bin/seed-build-list" --wait $(
+ "${base_dir}/bin/schedule-for-rebuild" --wait $(
tr '[:space:]' '\n' < \
"${tmp_dir}/schedule" | \
grep -vxF '' | \