summaryrefslogtreecommitdiff
path: root/lib/chef/resource/erl_call.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/erl_call.rb')
-rw-r--r--lib/chef/resource/erl_call.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/erl_call.rb b/lib/chef/resource/erl_call.rb
index b991fac017..3322d1151a 100644
--- a/lib/chef/resource/erl_call.rb
+++ b/lib/chef/resource/erl_call.rb
@@ -17,8 +17,8 @@
# limitations under the License.
#
-require 'chef/resource'
-require 'chef/provider/erl_call'
+require "chef/resource"
+require "chef/provider/erl_call"
class Chef
class Resource