Skip to content

Commit 9c70946

Browse files
author
Jake Ginnivan
committed
Fixed typo
1 parent 9cd21f6 commit 9c70946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Task("Create-Release-Notes")
136136
RedirectStandardOutput = true
137137
},
138138
out redirectedOutput);
139-
Information(string.Join("\n"m redirectedOutput));
139+
Information(string.Join("\n", redirectedOutput));
140140

141141
if (!System.IO.File.Exists("./build/releasenotes.md") || string.IsNullOrEmpty(System.IO.File.ReadAllText("./build/releasenotes.md"))) {
142142
System.IO.File.WriteAllText("./build/releasenotes.md", "No issues closed since last release");

0 commit comments

Comments
 (0)