diff --git a/lib/6to5/util.js b/lib/6to5/util.js index c421ae6199..7b5ffb7cca 100644 --- a/lib/6to5/util.js +++ b/lib/6to5/util.js @@ -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) {