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

Commit 12449b8

Browse files
Fixing compile error
1 parent 82599d9 commit 12449b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/GitClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public ITask<User> GetConfigUserAndEmail()
274274
email = value;
275275
}
276276
})).Then(success => {
277-
Logger.Trace("{0}:{1} {2}:{3}", UserNameConfigKey, username, UserEmailConfigKey, email);
277+
Logger.Trace("{0}:{1} {2}:{3}", "user.name", username, "user.email", email);
278278
return new User { Name= username, Email = email };
279279
});
280280
}

0 commit comments

Comments
 (0)