You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…2961)
Replace `~` with user home directory if `$GOPASS_HOMEDIR` is not set, does not replace `~` if neither are set.
Fixes#2916
Signed-off-by: Callum Andrew <contact@candrew.net>
Summary
All git operations (
gopass git ...
) give this error:chdir ~/.password-store: no such file or directory
.All other commands work.
Steps To Reproduce
The path in config file uses
~
in place of my home folder:Git operations work if I use the absolute location of the root store (
/home/user/.password-store
) for the pathEnvironment
The text was updated successfully, but these errors were encountered: