Skip to content

Commit a56f8a1

Browse files
committed
Fixed Invoke-DPContentLibraryCleanup :shipit:
1 parent 727b5ef commit a56f8a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
### Fixed
8+
- Corrected `Invoke-DPContentLibraryCleanup` to use correct .exe path
79

810
## [1.6.20200908.0] - 2020-09-08
911
### Added
@@ -45,7 +47,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4547

4648
[Unreleased]: https://github.com/codaamok/PSCMContentMgmt/compare/1.6.20200908.0..HEAD
4749
[1.6.20200908.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.5.20200903.0..1.6.20200908.0
48-
[1.6.20200907.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.5.20200903.0..1.6.20200907.0
4950
[1.5.20200903.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.4.20200903.0..1.5.20200903.0
5051
[1.4.20200903.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.3.20200821.4..1.4.20200903.0
5152
[1.3.20200821.4]: https://github.com/codaamok/PSCMContentMgmt/compare/1.2..1.3.20200821.4

PSCMContentMgmt/Public/Invoke-DPContentLibraryCleanup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function Invoke-DPContentLibraryCleanup {
107107
try {
108108
if (Test-Path $Path -ErrorAction "Stop") {
109109
$ContentLibraryCleanupExe = $Path
110+
break
110111
}
111112
}
112113
catch [System.UnauthorizedAccessException] {

0 commit comments

Comments
 (0)