mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
Fixed the profile content id option description.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
bee69410ca
commit
16353af6e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue