Skip to content

Commit

Permalink
Fixed Start-DPContentRedistribution and rebundled fix in to previous …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
codaamok committed Sep 8, 2020
1 parent b21ad2f commit aee4f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.6.20200907.0] - 2020-09-07
### Added
- More properties added to the module manifest

Expand Down
2 changes: 1 addition & 1 deletion PSCMContentMgmt/Public/Start-DPContentRedistribution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function Start-DPContentRedistribution {
$Object.ObjectID
)

$PSCmdlet.ThrowTerminatingError($ErrorRecord)
throw $ErrorRecord
}
else {
if ($PSCmdlet.ShouldProcess(
Expand Down

0 comments on commit aee4f36

Please sign in to comment.