Skip to content

Commit

Permalink
* ROOT for AsciiDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
festo-i40 committed Sep 11, 2024
1 parent 7f63aec commit f740514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AasxPluginExportTable/Smt/ExportSmt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public void ExportSmtToFile(
var modules = Path.Combine(docRoot, "modules");
Directory.CreateDirectory(modules);

var root = Path.Combine(modules, "root");
var root = Path.Combine(modules, "ROOT");
Directory.CreateDirectory(root);

_locationPages = Path.Combine(root, "pages");
Expand Down

0 comments on commit f740514

Please sign in to comment.