Fixed the profile content id option description.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2022-05-30 12:11:23 +05:30
parent bee69410ca
commit 16353af6e3

View file

@ -95,7 +95,7 @@ module InspecPlugins
option :keyname, type: :string, required: true,
desc: "Desriptive name of key"
option :profile_content_id, type: :string,
desc: "UUID of the profile. This will overwrite existing profile content id if already exist in the metadata file."
desc: "UUID of the profile. This will overwrite an existing profile content id if it already exists in the metadata file."
def profile
InspecPlugins::Sign::Base.profile_sign(options)
end