Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces in directories not handled correctly? #375

Closed
prosconi opened this issue Nov 19, 2014 · 1 comment
Closed

Spaces in directories not handled correctly? #375

prosconi opened this issue Nov 19, 2014 · 1 comment

Comments

@prosconi
Copy link

In the paket.targets file

<RestoreCommand>$(PaketCommand) restore --references-files $(PaketReferences)</RestoreCommand>

The $(PacketReferences) variable should be quoted to allow paths to contain spaces in it like below:

<RestoreCommand>$(PaketCommand) restore --references-files "$(PaketReferences)"</RestoreCommand>
@forki
Copy link
Member

forki commented Nov 20, 2014

thanks

@forki forki closed this as completed in 0c0d56b Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants