Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 19, 2024
1 parent 9e53f33 commit 3a3ac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HearthDb.EnumsGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void Main()
prevEnums = sr.ReadToEnd();

string prevUtils;
using (var sr = new StreamReader(EnumsFile))
using (var sr = new StreamReader(UtilsFile))
prevUtils = sr.ReadToEnd();

if (enumsString != prevEnums)
Expand Down

0 comments on commit 3a3ac33

Please sign in to comment.