summaryrefslogtreecommitdiff
path: root/lib/chef/deprecation/provider/template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/deprecation/provider/template.rb')
-rw-r--r--lib/chef/deprecation/provider/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/deprecation/provider/template.rb b/lib/chef/deprecation/provider/template.rb
index 34e5f54b7e..c95690f2cc 100644
--- a/lib/chef/deprecation/provider/template.rb
+++ b/lib/chef/deprecation/provider/template.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/deprecation/mixin/template'
+require "chef/deprecation/mixin/template"
class Chef
module Deprecation