summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-21 19:52:04 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-21 19:52:04 -0700
commiteea6d8b2f711225ec266206cbedeff4c147aedb0 (patch)
tree8ceaf0f324920ed8faa3b1baddc93d7037b063e0 /chef-utils
parent1cc00a22a6b5cdcabb64644ec322c82adafa7681 (diff)
downloadchef-eea6d8b2f711225ec266206cbedeff4c147aedb0.tar.gz
clean up the chefutils wiring with a common helper classlcg/extract-mixlib-shellout
also fixes a FIXME in the YARD Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/internal.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef-utils/lib/chef-utils/internal.rb b/chef-utils/lib/chef-utils/internal.rb
index 6986b5250a..aa52005912 100644
--- a/chef-utils/lib/chef-utils/internal.rb
+++ b/chef-utils/lib/chef-utils/internal.rb
@@ -75,9 +75,9 @@ module ChefUtils
end
end
- # This should be set to a Train::FIXME instance. You should wire this up to nil for not using a train transport connection.
+ # This should be set to a Train::Plugins::Transport instance. You should wire this up to nil for not using a train transport connection.
#
- # @return [Train::FIXME]
+ # @return [Train::Plugins::Transport]
#
# @api private
#