File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44The 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
Original file line number Diff line number Diff 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 ] {
You can’t perform that action at this time.
0 commit comments