Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/schedule-for-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schedule-for-rebuild b/bin/schedule-for-rebuild
index 61226a6..1998f40 100755
--- a/bin/schedule-for-rebuild
+++ b/bin/schedule-for-rebuild
@@ -54,7 +54,7 @@ usage() {
[ -z "$1" ] && exit 1 || exit "$1"
}
-tmp_dir=$(mktemp -d 'tmp.seed-build-list.XXXXXXXXXX' --tmpdir)
+tmp_dir=$(mktemp -d 'tmp.schedule-for-rebuild.XXXXXXXXXX' --tmpdir)
# shellcheck disable=SC2064
trap "rm -rf --one-file-system '${tmp_dir:?}'" EXIT