This commit is contained in:
Sudo-Ivan
2024-12-30 02:43:35 -06:00
parent bfc75a2290
commit a2476c9551
4 changed files with 42 additions and 16 deletions

View File

@@ -286,7 +286,7 @@ func Recall(hash []byte) (*Identity, error) {
if err != nil {
return nil, fmt.Errorf("failed to get home directory: %w", err)
}
configDir = filepath.Join(homeDir, ".reticulum")
configDir = filepath.Join(homeDir, ".reticulum-go")
}
// Create identities directory if it doesn't exist