matter-labs / zksync-cli

CLI tool that simplifies ZKsync development
MIT License
166 stars 96 forks source link

"dev start" can't handle spaces in the working directory path #133

Open 0xVolosnikov opened 5 months ago

0xVolosnikov commented 5 months ago

🐛 Bug Report for zkSync CLI

📝 Description

Path should be wrapped in quotes here: https://github.com/matter-labs/zksync-cli/blob/22c1af74a79cc4ce76c3c09cec08c82a538ee8bc/src/utils/docker.ts#L19

Otherwise it fails if path contains spaces.