test
This commit is contained in:
parent
a80cb7399c
commit
c463a1c666
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Git extends Command {
|
|||
var shell = StringBuffer('cd $workspace');
|
||||
var commands = data.commands;
|
||||
for (var item in commands) {
|
||||
shell.write('&& git ${getPathNormal(item)}');
|
||||
shell.writeln('git ${getPathNormal(item)}');
|
||||
}
|
||||
|
||||
var process = await ProcessExecutor.run(shell, workspace: workspace);
|
||||
|
|
|
|||
Loading…
Reference in a new issue