diff options
author | John McCrae <jmccrae@chf.io> | 2022-05-24 19:01:12 +0600 |
---|---|---|
committer | John McCrae <jmccrae@chf.io> | 2022-05-24 19:01:12 +0600 |
commit | 4559e3d2157160cc097b81e595a8caf5ee43ee94 (patch) | |
tree | ae025930633b2eeb8433d4a5d217f9b44bae2080 | |
parent | 72080139235ecab69769270c04f808fe8501f915 (diff) | |
download | chef-4559e3d2157160cc097b81e595a8caf5ee43ee94.tar.gz |
backport Windows Certificate fixes to Chef-17
Signed-off-by: John McCrae <jmccrae@chf.io>
-rw-r--r-- | .github/workflows/kitchen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml index 2a3245111d..9a88eccb06 100644 --- a/.github/workflows/kitchen.yml +++ b/.github/workflows/kitchen.yml @@ -72,7 +72,7 @@ jobs: If ($lastexitcode -ne 0) { Exit $lastexitcode } berks vendor cookbooks If ($lastexitcode -ne 0) { Exit $lastexitcode } - chef-client -z -o end_to_end --chef-license accept-no-persistt + chef-client -z -o end_to_end --chef-license accept-no-persist macos: strategy: |