Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.2.0e'
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaito committed Apr 4, 2017
2 parents 3e44fca + 8e560ae commit a702aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GnuPG_Buildkit_Package_Lister/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static void CreateResult(List<string> components, List<string> versions)
// Write it out.
using (var sw = new StreamWriter(new FileStream(GetOutputName(), FileMode.Create), new UTF8Encoding(false)))
{
sw.Write(template + "\r\n");
sw.Write(template);
sw.Flush();
}
}
Expand Down

0 comments on commit a702aca

Please sign in to comment.