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

Commit

Permalink
Fix bad file name
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Mar 14, 2024
1 parent 5e6b1d7 commit b7fd348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActiveDirectoryQuerier/Queries/CustomQueries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void LoadData()
string json;
if (CustomQueryFileLocation == "")
{
if (File.Exists("CustomeQueries.json"))
if (File.Exists("CustomQueries.json"))
{
json = File.ReadAllText("CustomQueries.json");
}
Expand Down

0 comments on commit b7fd348

Please sign in to comment.