Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Constants: Creates cache and bin directories as part of EnsureBaseDir…
…ectoriesExist As of now we only create `$HOME/.crc` directory as part of root init function and other child directories are created on demand like cache is created when bundle is download and extracted. Recently we observed that required child directory (bin) is not exist when creating a symlink. It is easy to miss to check for well known crc clild directory when writing code and assumed it should be always there to consume. We have identified `$HOME/.crc`, `$HOME/.crc/bin` and `$HOME/.crc/cache` are needed directories to `crc` to work so this commit create those as part of init function from root.
- Loading branch information