summaryrefslogtreecommitdiff
path: root/lib/chef/platform/service_helpers.rb
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-01-14 14:08:54 +0000
committerThom May <thom@may.lt>2016-01-14 14:08:54 +0000
commite245519d02c3de655e9ddf8e833275719dc35af9 (patch)
tree56dfd8f1cd9fd933de27268b32402e955a43ac2b /lib/chef/platform/service_helpers.rb
parent05064423057d4cf46f4713b81b08829cf6d20af6 (diff)
parent51cfbdc4d16739caac4d946fadbe678444aafe34 (diff)
downloadchef-e245519d02c3de655e9ddf8e833275719dc35af9.tar.gz
Merge pull request #4382 from chef/tm/string_literals
Use double quotes by default
Diffstat (limited to 'lib/chef/platform/service_helpers.rb')
-rw-r--r--lib/chef/platform/service_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/platform/service_helpers.rb b/lib/chef/platform/service_helpers.rb
index ae95520e47..09b6acb897 100644
--- a/lib/chef/platform/service_helpers.rb
+++ b/lib/chef/platform/service_helpers.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/chef_class'
+require "chef/chef_class"
class Chef
class Platform