From 23c16b0094d8231a1cef4bfaec7ec8ce23081d7b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 9 Jan 2015 00:06:12 +1100 Subject: [PATCH] fix github url in no templates directory --- lib/6to5/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {