Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0650f62

Browse files
committed
Doh!
1 parent d6d1925 commit 0650f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Application/ApplicationManagerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected void Initialize()
4444

4545
public virtual async Task Run(bool firstRun)
4646
{
47-
Logger.Trace("Run - CurrentDirectory", NPath.CurrentDirectory);
47+
Logger.Trace("Run - CurrentDirectory {0}", NPath.CurrentDirectory);
4848

4949
if (Environment.GitExecutablePath != null)
5050
{

0 commit comments

Comments
 (0)