fix helptext formatting

This commit is contained in:
Robert Kaussow 2021-01-31 14:22:04 +01:00
parent 0b68e2c120
commit 9e004825d8
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class CheckMetaMain(StandardBase):
sid = "ANSIBLE0002"
description = "Roles must contain suitable meta/main.yml"
helptext = "file should contain '{key}' key"
helptext = "file should contain `{key}` key"
version = "0.1"
types = ["meta"]