diff options
author | Bryan McLellan <btm@loftninjas.org> | 2019-05-07 12:18:19 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2019-05-07 12:18:19 -0400 |
commit | df92c6e4da6d13a30f58dce931c73ae102032868 (patch) | |
tree | ee03d073d45ec803c6c349bca0190b733b4e4cdc /Rakefile | |
parent | 9c4f1d3073866989f0822debd64866f146df7878 (diff) | |
download | chef-df92c6e4da6d13a30f58dce931c73ae102032868.tar.gz |
quote fix for chefstyle
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ require_relative "tasks/rspec" require_relative "tasks/dependencies" require_relative "tasks/announce" -ENV['CHEF_LICENSE'] = "accept-no-persist" +ENV["CHEF_LICENSE"] = "accept-no-persist" # hack the chef-config install to run before the traditional install task task :super_install do |