Skip to content

Commit 2dc7882

Browse files
Merge branch 'main' into develop
2 parents 756e3cb + 238caad commit 2dc7882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/Data/Seeders/RegionSeeder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ await unitOfWork.Repository<Province>().AnyAsync(cancellationToken: cancellation
2222
}
2323

2424
string path = AppContext.BaseDirectory;
25-
string fullPath = Path.Combine(path, "Data", "Seeds", "Resources");
25+
string fullPath = Path.Combine(path, "Data", "Seeders", "Resources");
2626

2727
string provinceFilePath = Path.Combine(fullPath, "Provinces.json");
2828
IEnumerable<Province>? provinces = Read<Province>(provinceFilePath);

0 commit comments

Comments
 (0)