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 5ecd7142b3
commit 1230c8a437
2 changed files with 4 additions and 2 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
}