Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.93k stars 397 forks source link

`draft init` fails on Windows with space in username 0.14.1 #715

Closed dave-hillier closed 6 years ago

dave-hillier commented 6 years ago

Attempting to run draft init fails with the following output:

PS C:\Users\Dave Hillier> draft init
Installing default plugins...
Installation of default plugins complete
Installing default pack repositories...
Error: exec: "C:\\Users\\Dave": file does not exist

And the version info:

PS C:\Users\Dave Hillier> draft version
&version.Version{SemVer:"v0.14.1", GitCommit:"fdc29c553a45600ac4f795f3485d4bb9a80c7862", GitTreeState:"clean"}
radu-matei commented 6 years ago

Closing as it was addressed in #717 Let us know if you still experience any more issues related to this.

Thanks!