Skip to content

Commit bec8551

Browse files
authored
fix: remove typo in 'tpm-trust version' (#4)
1 parent 1a04486 commit bec8551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ certificate against a trusted bundle of TPM manufacturer root certificates.`,
4141

4242
func buildVersion(version, builtBy string) goversion.Info {
4343
return goversion.GetVersionInfo(
44-
goversion.WithAppDetails("tpmtb", "TPM root of trust, simplified.", website),
44+
goversion.WithAppDetails("tpm-trust", "a tool that will tell you if your TPM is genuine.", website),
4545
func(i *goversion.Info) {
4646
if version != "" {
4747
i.GitVersion = version

0 commit comments

Comments
 (0)