Make server respond to "fetch" with output formatted for the client's OS family

This commit is contained in:
2024-05-17 19:36:23 -04:00
parent df33a5b149
commit 9242b6caa0
7 changed files with 41 additions and 17 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func EntryReader(decryptedEntry []string, hidePassword bool, sync bool) {
}
}
if sync && !backend.Windows {
if sync && !backend.IsWindows {
SshypSync() // TODO Remove after native sync is implemented
}