Skip to content

Commit 855acde

Browse files
committed
fix incorrect log file path for Locate
1 parent 05ac8e5 commit 855acde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitContentSearch.UI/ViewModels/MainWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ await Avalonia.Threading.Dispatcher.UIThread.InvokeAsync(() =>
403403
var gitLocator = new GitFileLocator(gitHelper, searchLogger, processWrapper);
404404

405405
// Log the header
406-
searchLogger.LogHeader("locate", workingDir, filePath);
406+
searchLogger.LogHeader("locate", workingDir, filePath, logFilePath);
407407

408408
var progress = new Progress<double>(value =>
409409
{

0 commit comments

Comments
 (0)