summaryrefslogtreecommitdiff
path: root/lib/chef/provider
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-08-04 15:35:23 -0400
committerBryan McLellan <btm@loftninjas.org>2014-08-04 15:35:23 -0400
commita953c02036e3c95b8008e8d89bd353c3605c4886 (patch)
tree90f8dd6a5df481fa6e0168a6adf0e9b45459e679 /lib/chef/provider
parent1dc4da1720c8bdbd8f44429c6d7861d484dcd631 (diff)
parentaed5da881dc4e30d65eaaa6bd796f3dca4cd0181 (diff)
downloadchef-a953c02036e3c95b8008e8d89bd353c3605c4886.tar.gz
Merge pull request #1731 from dkinzer/patch-1
Replace single quotes with double-quotes. Obvious fix.
Diffstat (limited to 'lib/chef/provider')
-rw-r--r--lib/chef/provider/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/deploy.rb b/lib/chef/provider/deploy.rb
index 63ee8685df..b3e459d434 100644
--- a/lib/chef/provider/deploy.rb
+++ b/lib/chef/provider/deploy.rb
@@ -21,7 +21,7 @@ require "chef/mixin/from_file"
require "chef/monkey_patches/fileutils"
require "chef/provider/git"
require "chef/provider/subversion"
-require 'chef/dsl/recipe'
+require "chef/dsl/recipe"
class Chef
class Provider