Fixed Capitalization errors in oemProfiles.json
This commit is contained in:
parent
0f66e65d52
commit
4d84b11706
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
/*
|
||||
StaticData.Instance = new MatterHackers.Agg.FileSystemStaticData(Path.Combine("..", "..", "..", "..", "StaticData"));
|
||||
|
||||
string profilePath = Path.Combine(ApplicationDataStorage.ApplicationUserDataPath, "data", "temp", "cache", "profiles", "oemprofiles.json");
|
||||
string profilePath = Path.Combine(ApplicationDataStorage.ApplicationUserDataPath, "data", "temp", "cache", "profiles", "oemProfiles.json");
|
||||
|
||||
//MatterControlUtilities.OverrideAppDataLocation();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue