summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 010f08acac..969b8e6d1a 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -292,7 +292,7 @@ class Chef
#
# Convert @expanded_run_list, which is an
# Array of Hashes of the form
- # {:name => NAME, :version_constraint => Chef::VersionConstraint },
+ # {:name => NAME, :version_constraint => Chef::VersionConstraint::Cookbook },
# into @expanded_run_list_with_versions, an
# Array of Strings of the form
# "#{NAME}@#{VERSION}"