fix github url in no templates directory

This commit is contained in:
Sebastian McKenzie 2015-01-09 00:06:12 +11:00
parent 24f70ee4d0
commit 23c16b0094

View File

@ -256,7 +256,7 @@ var loadTemplates = function () {
if (!fs.existsSync(templatesLoc)) {
throw new Error("no templates directory - this is most likely the " +
"result of a broken `npm publish`. Please report to " +
"https://githut.com/6to5/6to5/issues");
"https://github.com/6to5/6to5/issues");
}
_.each(fs.readdirSync(templatesLoc), function (name) {