Skip to content

Commit 1be4d87

Browse files
updating description so it pulls from the base class description
1 parent 89e2473 commit 1be4d87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contentctl/objects/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@ class inspect(build):
274274
default=True,
275275
description=(
276276
"[NOTE: enrichments must be ENABLED for inspect to run. Please adjust your config "
277-
"or CLI invocation appropriately] Enable MITRE, APP, and CVE Enrichments. This is "
278-
"useful when outputting a release build and validating these values, but should "
279-
"otherwise be avoided for performance reasons."
277+
f"or CLI invocation appropriately] {validate.model_fields['enrichments'].description}"
280278
)
281279
)
282280
# TODO (cmcginley): wording should change here if we want to be able to download any app from

0 commit comments

Comments
 (0)