summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-07 09:22:23 -0700
committerGitHub <noreply@github.com>2019-05-07 09:22:23 -0700
commit368bff37a198368883ba44613bff545597b937e7 (patch)
tree9c49de6976299e39a25217a65f3f59ea69a14dca
parent66f24a2a4d84bd3ee8e8e3b2c9896ae0835a2b62 (diff)
parentdf92c6e4da6d13a30f58dce931c73ae102032868 (diff)
downloadchef-368bff37a198368883ba44613bff545597b937e7.tar.gz
Merge pull request #8478 from chef/btm/fix-chefstyle
quote fix for chefstyle
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ad3f108ac8..2d8d5c9593 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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