diff --git a/templates/Jakefile b/templates/Jakefile index a8e95b61..397ce908 100644 --- a/templates/Jakefile +++ b/templates/Jakefile @@ -110,7 +110,7 @@ mixinJSONData = function (file, obj) { } } else { - console.log("There is no file " + file + "to add data to."); + console.log("There is no file " + file + " to add data to."); } };