Skip to content

Commit

Permalink
V7
Browse files Browse the repository at this point in the history
  • Loading branch information
the-paid-actor committed Jan 12, 2024
1 parent 2fbcb52 commit 6e25d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTCCodeGenerator/SourceGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void Execute(GeneratorExecutionContext context)

foreach (var configFile in context.AdditionalFiles.Where(file => file.Path.EndsWith(".json")))
{
var assembly = "dcs-dtc\\dcs-dtc";
var assembly = "dcs-dtc\\dcs-dtc\\dcs-dtc";
var ns = "DTC";
var content = configFile.GetText()?.ToString();
if (!string.IsNullOrEmpty(content))
Expand Down

0 comments on commit 6e25d21

Please sign in to comment.