Skip to content

Commit

Permalink
use real _path
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 16, 2024
1 parent 6c094c0 commit 537fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneWare.Ghdl/Services/GhdlService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public GhdlService(ILogger logger, IDockService dockService, ISettingsService se
}
}

return await _childProcessService.ExecuteShellAsync("ghdl", arguments, workingDirectory,
return await _childProcessService.ExecuteShellAsync(_path, arguments, workingDirectory,
status, state, showTimer, x =>
{
if (x.StartsWith("ghdl:error:"))
Expand Down

0 comments on commit 537fc19

Please sign in to comment.