azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
899 stars 63 forks source link

Azk has issues with spaces inside your project path #672

Closed m9dfukc closed 8 years ago

m9dfukc commented 8 years ago

What are you trying do accomplish?

Using sync Azk fails to work with paths that include spaces. Resulting in files not showing up inside your VM.

Steps to reproduce the described behavior

Make a new directory with spaces inside the path (f.e. ~/your project/hello) and then initialize a new azk project inside this directory. Exchange the path with the sync inside your mount command, then startup your system. Newley created files will not get synced to the right folder inside you virtual machine instead they will go into a folder looking like ".../your/hello". Using path this doesn't appear to be a issue.

Further info

fearenales commented 8 years ago

thanks for reporting, @m9dfukc . I'll investigate it and let you know any news.