Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GH-8) Make sure directory of output file exists #10

Merged
merged 1 commit into from
Jun 23, 2018

Conversation

pascalberger
Copy link
Member

Make sure directory of output file exists as otherwie markdownlint will silently fail.

Fixes #8

@@ -43,6 +44,12 @@ public void RunMarkdownlint(MarkdownlintNodeJsRunnerSettings settings)
var args = new ProcessArgumentBuilder();
settings.Evaluate(args);

// Make sure directory of output file exists as otherwie markdownlint will silently fail.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo otherwie

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@pascalberger pascalberger merged commit c0261c1 into develop Jun 23, 2018
@pascalberger pascalberger deleted the feature/gh-8 branch June 23, 2018 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants