Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 6c9ba87

Browse files
committed
Fix repo root folder
1 parent 811c04b commit 6c9ba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/analyze/markdownlint.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Task("Lint-AddinDocumentation")
4949
RunMarkdownlintNodeJs(settings);
5050

5151
// Read issues
52-
var readIssuesSettings = new ReadIssuesSettings(data.RepoRootFolder)
52+
var readIssuesSettings = new ReadIssuesSettings(data.RepoRootFolder.Combine(".."))
5353
{
5454
Run = "Addin documentation",
5555
FileLinkSettings =

0 commit comments

Comments
 (0)