Closed omiossec closed 5 years ago
There is a small error in the README.md file regarding DSC in Requirement
Property = @{ Contents = "Hello World" DestinationFile = "C:\myFile.txt" Force = $true }
Should be
Property = @{ Contents = "Hello World" DestinationPath = "C:\myFile.txt" Force = $true }
I will make a PR
There is a small error in the README.md file regarding DSC in Requirement
Should be
I will make a PR