diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-01-11 12:38:31 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-01-11 12:38:54 -0800 |
commit | 57cbf6184a88a0e06413ca89e27118d23402a863 (patch) | |
tree | 491c790a9b9e0383433ee01d6f07ac1602f7a313 | |
parent | local/require-signed-push: cleanup & shellcheck (diff) | |
download | githooks-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-x | local/require-signed-push | 2 |
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 \ |