BOM symbol removed from Agent-v1.template

Murano engine can not convert unicode file to an ascii string.
Without BOM symbol file can be read as an ascii text file

It is rather temporary fix than a comprehensive solution

Change-Id: Ifec342bfa223c255f5c532560bcb247cf21757ad
Partial-Bug: #1490468
This commit is contained in:
Alexey Khivin 2015-08-31 15:21:50 +03:00
parent 12ae63ab9a
commit 666cfb53b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog"/>