summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/internal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-utils/lib/chef-utils/internal.rb')
-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
#