Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow tilde character when specifying a local repository (#316)
There already exists a function that will convert a tilde path to an absolute path. It was originally used for this purpose, but the functionality was removed during a commit that changed which function was used to validate git repositories. This reinstates that functionality and allows us to type a ~/ tilde path to get our home directories when typing in a path.
- Loading branch information