Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Oct 9, 2024
1 parent 022a4c0 commit f5d6406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/FactorySimulation/Station/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static void MES()

// replace the certificate subject name in the configuration
string configFilePath = Path.Combine(Directory.GetCurrentDirectory(), application.ConfigSectionName + ".Config.xml");
string configFileContent = File.ReadAllText(configFilePath).Replace("UndefinedStationName", application.ApplicationName).Replace("UndefinedStationUri", applicationUri);
string configFileContent = File.ReadAllText(configFilePath).Replace("UndefinedMESName", application.ApplicationName).Replace("UndefinedMESUri", applicationUri);
File.WriteAllText(configFilePath, configFileContent);

// load the application configuration
Expand Down

0 comments on commit f5d6406

Please sign in to comment.