mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
script/keyring_validate.sh: fix a typo
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@ echo "------------------------------------------------------------"
|
||||
gpg --show-keys <"$root/$project.keyring"
|
||||
echo "------------------------------------------------------------"
|
||||
|
||||
# Check that each entry in the kering is actually a maintainer's key.
|
||||
# Check that each entry in the keyring is actually a maintainer's key.
|
||||
while IFS="" read -d $'\0' -r block || [ -n "$block" ]; do
|
||||
username="$(sed -En "s|^Comment:.* github=(\w+).*|\1|p" <<<"$block")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user