todo.txt-PowerShell icon indicating copy to clipboard operation
todo.txt-PowerShell copied to clipboard

deploy.ps1: line 1: syntax error near unexpected token `newline'

Open RyanMcCarl opened this issue 8 years ago • 1 comments

I got the following error when I tried to pass an argument to deploy.ps1 to install to a different path than the default. I'm using PowerShell for Windows 10:

PS C:\Users\ryanm\Downloads\ToDoPowerShell> sh deploy.ps1 "C:\Users\ryanm\Dropbox\todo\"
deploy.ps1: line 1: syntax error near unexpected token `newline'
deploy.ps1: line 1: `param ('

Thank you, Ryan

RyanMcCarl avatar Apr 26 '16 04:04 RyanMcCarl