diff options
-rw-r--r-- | lib/chef/provider/apt_repository.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/apt_repository.rb b/lib/chef/provider/apt_repository.rb index 85df37a1a3..2062ac5a42 100644 --- a/lib/chef/provider/apt_repository.rb +++ b/lib/chef/provider/apt_repository.rb @@ -112,7 +112,7 @@ class Chef # run the specified command and extract the fingerprints from the output # accepts a command so it can be used to extract both the current key's fingerprints # and the fingerprint of the new key - # @param [String] cmd the command to run + # @param [Array<String>] cmd the command to run # # @return [Array] an array of fingerprints def extract_fingerprints_from_cmd(*cmd) |