mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Make server respond to "fetch" with output formatted for the client's OS family
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user