Skip to content

Commit

Permalink
Merge pull request #27 from windowschefcookbooks/fix-output-encoding-…
Browse files Browse the repository at this point in the history
…error

Fix output encoding error
  • Loading branch information
linusruth authored May 29, 2018
2 parents 8944db3 + cc472cc commit 49f05be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ skip_tags: true
clone_depth: 1

install:
- ps: iex (irm https://omnitruck.chef.io/install.ps1); Install-Project -Project chefdk -channel current
- ps: (& cmd /c); iex (irm https://omnitruck.chef.io/install.ps1); Install-Project -Project chefdk -channel current
- ps: 'Get-CimInstance win32_operatingsystem -Property Caption, OSArchitecture, Version | fl Caption, OSArchitecture, Version'
- ps: $PSVersionTable
- c:\opscode\chefdk\bin\chef.bat exec ruby --version
Expand Down

0 comments on commit 49f05be

Please sign in to comment.