Skip to content

Commit

Permalink
xPackage, fixes bug using the file hash (#703)
Browse files Browse the repository at this point in the history
* Fixes #702

* Updated changelog

* Fixed changelog

* Style
  • Loading branch information
raandree authored Dec 6, 2020
1 parent 308d6b8 commit 2c4d585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- xPackage
- Fixed a bug not allowing using the file hash of an installer [Issue #702](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/702).

### Fixed

- xPSDesiredStateConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,6 @@ function Assert-FileHashValid
[System.String]
$Path,

[Parameter()]
[Parameter(Mandatory = $true)]
[System.String]
$Hash,
Expand Down

0 comments on commit 2c4d585

Please sign in to comment.