mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 12:56:30 -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()
|
||||
}
|
||||
|
||||
if sync {
|
||||
if sync && !offline.Windows {
|
||||
SshypSync() // TODO Remove after native sync is implemented
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user