Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate
default_path
support in repoPaths
configuration
Now that we support the more general `:owner/:repo` template configuration (85a75fe), the prior `default_path` functionality (d9ef14a) is redundant - e.g. this configuration: ``` default_path: ~/code/repos ``` can be achieved with: ``` :owner/:repo: ~/code/repos/:repo ``` Thus, we are deprecating the `default_path` syntax. It's still supported but will be removed in the next major version.
- Loading branch information