diff --git a/doc/31-Changelog.md b/doc/31-Changelog.md index 59840861..04ae0731 100644 --- a/doc/31-Changelog.md +++ b/doc/31-Changelog.md @@ -18,6 +18,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic * [#261](https://github.com/Icinga/icinga-powershell-plugins/issues/261) Fixes `Invoke-IcingaCheckCertificate` which always included the CertStore because no option to not check the certificate store was available * [#262](https://github.com/Icinga/icinga-powershell-plugins/pull/262) Fixes method NULL exception on empty EventLog entries for `Invoke-IcingaCheckEventLog` * [#271](https://github.com/Icinga/icinga-powershell-plugins/pull/271) Fixes JEA error which detected `ScriptBlocks` in the plugin collection +* [#272](https://github.com/Icinga/icinga-powershell-plugins/pull/272) Fixes file encoding for `Invoke-IcingaCheckTimeSync` which was not UTF8 before, causing the JEA profile writer to ignore the file ## Enhancements diff --git a/plugins/Invoke-IcingaCheckTimeSync.psm1 b/plugins/Invoke-IcingaCheckTimeSync.psm1 index caaef28b..006e5177 100644 --- a/plugins/Invoke-IcingaCheckTimeSync.psm1 +++ b/plugins/Invoke-IcingaCheckTimeSync.psm1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Gets Network Time Protocol time(SMTP/NTP) from a specified server .DESCRIPTION