diff options
author | tyler-ball <tball@chef.io> | 2019-05-09 12:07:28 -0600 |
---|---|---|
committer | tyler-ball <tball@chef.io> | 2019-05-09 12:07:30 -0600 |
commit | 1165e24e574f2bbbf37403680b0f407b5750981a (patch) | |
tree | d3824fc62e979bab944c89b5001aaa26fd0ff75c /appveyor.yml | |
parent | 978b4055e2d3b0a0bdd6120f94ccd732196b9840 (diff) | |
download | chef-1165e24e574f2bbbf37403680b0f407b5750981a.tar.gz |
CHEF_LICENSE environment variables should be quotedenv_quotes
Some shells interpret the '-' character in 'accept-no-persist'
Signed-off-by: tyler-ball <tball@chef.io>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6ab90e3c2d..649181b224 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,7 @@ install: - bundle config --local path vendor/bundle # use the cache we define above - bundle install || bundle install || bundle install - SET SPEC_OPTS=--format progress - - SET CHEF_LICENSE=accept-no-persist + - SET CHEF_LICENSE="accept-no-persist" build: off |