Skip to content

Commit

Permalink
Updated the warning message
Browse files Browse the repository at this point in the history
Signed-off-by: sanga17 <sausekar@msystechnologies.com>
  • Loading branch information
sanga1794 committed Jul 30, 2020
1 parent 6f77641 commit a4ec17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/vault_admins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def admins
admin_array = [Chef::Config[:node_name]]

if !vault_admins.kind_of?(Array)
+ ui.warn("Vault admin is needed to be input as an array")
+ ui.warn("Vault admin must be an array")
+ end

if config_admins
Expand Down

0 comments on commit a4ec17b

Please sign in to comment.