We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e427e commit 2cb46c6Copy full SHA for 2cb46c6
script/keyring_validate.sh
@@ -73,7 +73,7 @@ echo "------------------------------------------------------------"
73
gpg --show-keys <"$root/$project.keyring"
74
echo "------------------------------------------------------------"
75
76
-# 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.
77
while IFS="" read -d $'\0' -r block || [ -n "$block" ]; do
78
username="$(sed -En "s|^Comment:.* github=(\w+).*|\1|p" <<<"$block")"
79
0 commit comments