Merge remote-tracking branch 'cryptomator/master'

This commit is contained in:
jncharon
2016-04-13 18:22:16 +02:00

View File

@@ -214,7 +214,7 @@ public class Vault implements CryptoFileSystemDelegate {
String homePrefix = SystemUtils.IS_OS_WINDOWS ? "~\\" : "~/";
return homePrefix + relativePath.toString();
} else {
return path.toString();
return path.getValue().toString();
}
});
}