Skip to content

Commit

Permalink
Fixed resource validation output (wrong path fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtirionMSFT committed Nov 2, 2023
1 parent 145ea96 commit 1d1474c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ResourceValidatorService(
orphanedResources.Add(resourceFullPath);
errors.Add(
new MarkdownError(
_fileService.GetRelativePath(resourceFullPath, _config.DocumentationFiles.SourceFolder),
_fileService.GetRelativePath(_config.DocumentationFiles.SourceFolder, resourceFullPath),
0,
0,
MarkdownErrorSeverity.Error,
Expand Down

0 comments on commit 1d1474c

Please sign in to comment.