Skip to content

Commit

Permalink
Switch main back to current for kitchen (#13397)
Browse files Browse the repository at this point in the history

Signed-off-by: Thomas Powell <powell@progress.com>
  • Loading branch information
tpowell-progress committed Dec 1, 2022
1 parent c034452 commit 24fd13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kitchen.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: 'Install Chef/Ohai from Omnitruck'
id: install_chef
run: |
. { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel stable
. { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel current
$env:PATH = "C:\ruby31\bin;C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
chef-client -v
ohai -v
Expand Down

0 comments on commit 24fd13a

Please sign in to comment.