diff options
Diffstat (limited to 'lib/chef/deprecated.rb')
-rw-r--r-- | lib/chef/deprecated.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/deprecated.rb b/lib/chef/deprecated.rb index e3931427ba..da29285223 100644 --- a/lib/chef/deprecated.rb +++ b/lib/chef/deprecated.rb @@ -15,7 +15,7 @@ # limitations under the License. # -require "chef/mixin/convert_to_class_name" +require_relative "mixin/convert_to_class_name" # Structured deprecations have a unique URL associated with them, which must exist before the deprecation is merged. class Chef |