teracyhq / dev

The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
http://dev.teracy.org/docs
BSD 3-Clause "New" or "Revised" License
86 stars 31 forks source link

should create extensions directory if not exist #603

Closed hieptranquoc closed 5 years ago

hieptranquoc commented 5 years ago

expected: check extensions directory exist. If not exist, create it. actual:

There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: /Users/hiep/k8s-dev/Vagrantfile
Line number: 0
Message: Errno::ENOENT: No such file or directory @ dir_chdir - /Users/hiep/k8s-dev/lib/../extensions

line: https://github.com/teracyhq/dev/blob/develop/lib/teracy-dev/location/git_synch.rb#L150