diff --git a/gulpfile.coffee b/gulpfile.coffee index d3f0088..cc8111b 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -86,6 +86,8 @@ format_json = (data, filepath) -> else teamName = teamPathName output += " [#{teamName}](./Teams/#{teamPathName}/ABOUT.md) |" + # Add a newline to end this row. + output += '\n' # Return the final output output