Disable sshyp-sync-shim on Windows

This commit is contained in:
2024-03-08 10:43:00 -05:00
parent 5fc2ef81bc
commit 8e1987f250
+1 -1
View File
@@ -68,7 +68,7 @@ func EntryReader(decryptedEntry []string, hidePassword bool, sync bool) {
fmt.Println()
}
if sync {
if sync && !offline.Windows {
SshypSync() // TODO Remove after native sync is implemented
}