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

Commit 430f0ba

Browse files
Changing default file name
1 parent d0c7baa commit 430f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Helpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ static class Constants
66
{
77
public const string GuidKey = "Guid";
88
public const string MetricsKey = "MetricsEnabled";
9-
public const string UsageFile = "usage.json";
9+
public const string UsageFile = "metrics.json";
1010
public const string GitInstallPathKey = "GitInstallPath";
1111
public const string TraceLoggingKey = "EnableTraceLogging";
1212
public const string WebTimeoutKey = "WebTimeout";

0 commit comments

Comments
 (0)