summaryrefslogtreecommitdiff
path: root/lib/chef/resource/action_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/action_class.rb')
-rw-r--r--lib/chef/resource/action_class.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/action_class.rb b/lib/chef/resource/action_class.rb
index 32652dd72b..cf7327e968 100644
--- a/lib/chef/resource/action_class.rb
+++ b/lib/chef/resource/action_class.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/exceptions'
+require "chef/exceptions"
class Chef
class Resource