diff --git a/CHANGELOG.md b/CHANGELOG.md index 778e1cc5d..81cf5b24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Bugfix release ### Bugfixes * Fix an issue in the convert plan incorrectly disallowing conversion of deployments newer than 2019.7.0. +* Fix a problem with the Peadm::SingleTargetSpec type alias. ## 2.4.4 ### Summary diff --git a/types/singletargetspec.pp b/types/singletargetspec.pp index 9f4b1d725..8bb60d871 100644 --- a/types/singletargetspec.pp +++ b/types/singletargetspec.pp @@ -6,5 +6,5 @@ type Peadm::SingleTargetSpec = Variant[ Pattern[/\A[^[:space:],]+\z/], Target, - Array[Boltlib::SingleTargetSpec, 1, 1] + Array[Peadm::SingleTargetSpec, 1, 1] ]