diff --git a/bin/sshypRemote.py b/bin/sshypRemote.py index e2f0b14..fdd3e5c 100755 --- a/bin/sshypRemote.py +++ b/bin/sshypRemote.py @@ -42,4 +42,4 @@ def folder_check(): for _root, _directories, _files in walk(expanduser('~/.password-pasture')): for _dir in _directories: open(expanduser('~/.config/sshyp/folder_database'), 'a')\ - .write(f"{_root.replace(expanduser('~/.password-pasture/'), '')}/{_dir}\n") + .write(f"{_root.replace(expanduser('~'), '')}/{_dir}\n")