From eb419e651e502b3d397e32cc92f38b781f8eb5af Mon Sep 17 00:00:00 2001 From: sup3rlativ3 Date: Mon, 14 Oct 2019 21:13:19 +1100 Subject: [PATCH] fixed doco up-to-date test --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3b2f042..b7db491 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ test_script: $ErrorActionPreference = 'Stop' # 01. Test that documentation is up-to-date - Update-MarkdownHelp -Path ./Docs + Update-MarkdownHelp -Path ./Docs/Cmdlets $Diff = git diff if ($Diff) { throw "Help is not up-to-date, run Update-MarkdownHelp: $diff"