aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2022-01-11 12:38:31 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2022-01-11 12:38:54 -0800
commit57cbf6184a88a0e06413ca89e27118d23402a863 (patch)
tree491c790a9b9e0383433ee01d6f07ac1602f7a313
parentlocal/require-signed-push: cleanup & shellcheck (diff)
downloadgithooks-57cbf6184a88a0e06413ca89e27118d23402a863.tar.gz
githooks-57cbf6184a88a0e06413ca89e27118d23402a863.tar.bz2
githooks-57cbf6184a88a0e06413ca89e27118d23402a863.zip
local/require-signed-push: fix missing redirectiongithooks-20220111T203903Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xlocal/require-signed-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/require-signed-push b/local/require-signed-push
index 5aaf554..dd6fb23 100755
--- a/local/require-signed-push
+++ b/local/require-signed-push
@@ -162,7 +162,7 @@ case ${VERIFY_SIGS} in
fi
# find key fingerprints in LDAP
- mapfile -t KEY_FPS <( \
+ mapfile -t KEY_FPS < <( \
ldapsearch -o ldif-wrap=no -x -D '' -Z -LLL \
"uid=${GL_USER%@gentoo.org}" \
gpgfingerprint \