commit: b2de8a4ec7585628757e1f36b0c881bfecd87c09
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 23:36:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 23:36:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2de8a4e
app-crypt/tpm2-abrmd: capitalisation/style nit in einfo
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild
b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild
index 05a6ccde2828..454cad2eeaee 100644
--- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild
@@ -56,5 +56,5 @@ src_install() {
pkg_postinst() {
einfo "As of tpm2-abrmd 3.0.0, users must be in the tss group"
- einfo "To access the TPM"
+ einfo "to access the TPM"
}