mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix typo
This commit is contained in:
parent
aa95507f0a
commit
7ad3afa6df
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ private static List<TEntityType> GetSeedRows<TEntityType>()
|
|||
#if DEBUG
|
||||
var path = Path.GetFullPath(Path.Combine(@"..\..\", DataDirectory));
|
||||
#else
|
||||
var path = Path.GetFullPath(SeedDirectory);
|
||||
var path = Path.GetFullPath(DataDirectory);
|
||||
#endif
|
||||
return JsonConvert.DeserializeObject<List<TEntityType>>(
|
||||
File.ReadAllText(path + Path.DirectorySeparatorChar + typeof(TEntityType).Name + ".json"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue