-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Specifically it's the home directory path: it works with C:\Users\cdoherty but not C:\Users\Chris Doherty.
PS C:\Users\Chris Doherty> . { iwr -UseBasicParsing https://raw.githubuserconten
t.com/adamedx/winbox/0.1.79/files/default/install.ps1 } |
>> iex;install-workstation
>>
Configuring Windows tools for Chef Development...
[snip]
Configuring editor, terminal, PowerShell, etc....
Cloning https://github.com/adamedx/winbox to C:\Users\Chris Doherty\Documents\winbox ...
iex : A positional parameter cannot be found that accepts argument 'Doherty\Documents\winbox'.
At line:68 char:5
+ iex "& cd $winbox"
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Invoke-Expression], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.InvokeExpressionCom
mand
Metadata
Metadata
Assignees
Labels
No labels