SharpeRAD / Cake.Powershell

Powershell addin for Cake
http://cakebuild.net
MIT License
83 stars 36 forks source link

Set-Location should wrap Path parameter with quotes #1

Closed pagebrooks closed 8 years ago

pagebrooks commented 8 years ago

When the WorkingDirectory contains spaces, the Set-Location command fails. This is because the Path parameter of the Set-Location command was not properly wrapping the path with quotes. This pull request addresses that issue.

SharpeRAD commented 8 years ago

Sorry for the delay in replying, I was out of the country with limited access to the internet.

Merged :+1: