diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-07-06 14:09:17 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-07-06 14:09:17 -0700 |
commit | 7ea9843a1b9ccd97d0322a164f99fd08962907de (patch) | |
tree | 7d48889f9c71e4484330d399aee5b546da2a39d2 | |
parent | 76130d83d8447b28efb4d2863d134860c73d2112 (diff) | |
download | chef-lcg/fixing-array-args.tar.gz |
fix yardlcg/fixing-array-args
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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) |