-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitbug: Correctly expand user home directory
Previously, providing '~' as part of the path to a gitbug remote would not correctly expand to the user's home directory and error out with directory not found. This commit fixes the behavior to correctly expand the path instead, aligning behavior with that of the taskrc configuration option and other services' path expansion.
- Loading branch information
1 parent
8fbc9c0
commit bfe238a
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters