Skip to content

Commit

Permalink
Merge pull request #89 from mvrabel128/Collection_Update
Browse files Browse the repository at this point in the history
BREAKING CHANGE: CMCollections-Schedule Update
  • Loading branch information
NEllis280 authored May 12, 2021
2 parents 9bff833 + 84290d5 commit 2374907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The format is based on and uses the types of changes according to [Keep a Change
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
-Added fixed Bug in CMCollections for Schedule Types

## [1.0.1] - 2021-05-12

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ function Test-TargetResource
Set-Location -Path "$($SiteCode):\"
$state = Get-TargetResource -SiteCode $SiteCode -CollectionName $CollectionName -CollectionType $CollectionType
$result = $true
$schedResult = $true

if ($Ensure -eq 'Present')
{
Expand Down

0 comments on commit 2374907

Please sign in to comment.