summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-07-06 14:09:17 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-07-06 14:09:17 -0700
commit7ea9843a1b9ccd97d0322a164f99fd08962907de (patch)
tree7d48889f9c71e4484330d399aee5b546da2a39d2
parent76130d83d8447b28efb4d2863d134860c73d2112 (diff)
downloadchef-7ea9843a1b9ccd97d0322a164f99fd08962907de.tar.gz
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/provider/apt_repository.rb2
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)