mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 03:10:34 +00:00
Fix absolute path check for sftp file systems
This commit is contained in:
@@ -74,7 +74,7 @@ public final class FilePath {
|
||||
}
|
||||
}
|
||||
|
||||
throw new IllegalArgumentException("Unable to determine root of " + value);
|
||||
return FilePath.of("/");
|
||||
}
|
||||
|
||||
public Path toLocalPath() {
|
||||
|
||||
Reference in New Issue
Block a user