mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
Use file paths for ssh path fix
This commit is contained in:
@@ -133,6 +133,10 @@ public class ShellView {
|
||||
shellControl.getShellDialect().getWhichCommand(executable));
|
||||
}
|
||||
|
||||
public void cd(FilePath directory) throws Exception {
|
||||
cd(directory.toString());
|
||||
}
|
||||
|
||||
public void cd(String directory) throws Exception {
|
||||
var d = shellControl.getShellDialect();
|
||||
var cmd = shellControl.command(d.getCdCommand(directory));
|
||||
|
||||
Reference in New Issue
Block a user