mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 08:37:20 -04:00
Disable sshyp-sync-shim on Windows
This commit is contained in:
@@ -68,7 +68,7 @@ func EntryReader(decryptedEntry []string, hidePassword bool, sync bool) {
|
|||||||
fmt.Println()
|
fmt.Println()
|
||||||
}
|
}
|
||||||
|
|
||||||
if sync {
|
if sync && !offline.Windows {
|
||||||
SshypSync() // TODO Remove after native sync is implemented
|
SshypSync() // TODO Remove after native sync is implemented
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user