mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 11:50:44 +00:00
Fix untar dir missing
This commit is contained in:
@@ -49,7 +49,7 @@ public class BaseUntarAction implements ApplicationPathAction, LeafAction {
|
||||
if (toDirectory) {
|
||||
model.getFileSystem().mkdirs(target);
|
||||
}
|
||||
sc.command(c).execute();
|
||||
sc.command(c).withWorkingDirectory(model.getCurrentDirectory().getPath()).execute();
|
||||
}
|
||||
}, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user