Skip to content

Commit

Permalink
Fix typo #21 (#22)
Browse files Browse the repository at this point in the history
- Fix cannot find the type for custom attribute error.
  • Loading branch information
BernieWhite authored May 17, 2019
1 parent 5eb21b9 commit 2532160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

## Unreleased

- Fix cannot find the type for custom attribute error. [#21](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/21)

## v0.1.0-B190536

- Initial pre-release
2 changes: 1 addition & 1 deletion src/PSRule.Rules.Azure/PSRule.Rules.Azure.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set-StrictMode -Version latest;
# .ExternalHelp PSRule.Rules.Azure-Help.xml
function Export-AzRuleData {
[CmdletBinding()]
[OutputType9([void])]
[OutputType([void])]
param (
[Parameter(Position = 0, Mandatory = $False)]
[String]$OutputPath = $PWD,
Expand Down

0 comments on commit 2532160

Please sign in to comment.