diff options
Diffstat (limited to 'bin/meta-check')
-rwxr-xr-x | bin/meta-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/meta-check b/bin/meta-check index 6a611a9..16994ce 100755 --- a/bin/meta-check +++ b/bin/meta-check @@ -30,7 +30,7 @@ main() { fi msg 'Checking PGP keys' - if pgp-list-keyids | grep -Ev '^(trusted|secondary|revoked)/[a-z][a-z0-9]* [0-9A-F]{40}$'; then + if pgp-list-keyids | grep -Ev '^(trusted|secondary|revoked)/[a-z][a-z0-9-]* [0-9A-F]{40}$'; then error 'Bad pgp keys ^^^' ret=1 fi |