diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-07 15:54:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-07 17:32:22 -0700 |
commit | 6c4c32340ac0fcebb53768cb78f5760e55c35514 (patch) | |
tree | 70de57d90bacbe6be118c9b6ead9efc1e650098e /chef-utils/chef-utils.gemspec | |
parent | ed460911a49716817ded2986e81a5116dfbb795e (diff) | |
download | chef-6c4c32340ac0fcebb53768cb78f5760e55c35514.tar.gz |
Fix quotes for Chefstyle
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils/chef-utils.gemspec')
-rw-r--r-- | chef-utils/chef-utils.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec index 0e91ed49aa..cbd745e991 100644 --- a/chef-utils/chef-utils.gemspec +++ b/chef-utils/chef-utils.gemspec @@ -1,5 +1,5 @@ # coding: utf-8 -lib = File.expand_path('lib', __dir__) +lib = File.expand_path("lib", __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "chef-utils/version" |