Skip to content

Commit

Permalink
chore: Change the generated BigtableClient source file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Dec 5, 2024
1 parent 8a08903 commit cf48cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private static async Task<int> Main(string[] args)

try
{
var resultPath = Path.Combine(Path.GetDirectoryName(projectFile), $"{userClientName}.cs");
var resultPath = Path.Combine(Path.GetDirectoryName(projectFile), $"{userClientName}.g.cs");
File.WriteAllText(resultPath, resultText);
}
catch (Exception e)
Expand Down

0 comments on commit cf48cf3

Please sign in to comment.