Skip to content

Commit

Permalink
Fixes file encoding to UTF8 for TimeSync plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHepipud committed Jan 27, 2022
1 parent 657272e commit 0942af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/31-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/Invoke-IcingaCheckTimeSync.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Gets Network Time Protocol time(SMTP/NTP) from a specified server
.DESCRIPTION
Expand Down

0 comments on commit 0942af0

Please sign in to comment.