diff --git a/lib/oto/commands/git/git.dart b/lib/oto/commands/git/git.dart index 9562c66..b98440f 100644 --- a/lib/oto/commands/git/git.dart +++ b/lib/oto/commands/git/git.dart @@ -16,7 +16,7 @@ class Git extends Command { shell.writeln('git ${getPathNormal(item)}'); } - var process = await ProcessExecutor.run(shell, workspace: workspace); + var process = await ProcessExecutor.start(shell); return complete(process.exitCode, command, errorMessage: process.stderr.toString());