From 1272cf65659a0e84102be9b1fa63f659437383ca Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Thu, 19 Dec 2013 15:40:09 -0600 Subject: [PATCH] fix: typo --- lib/grunt/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js index fe922747e9..882cae74ee 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -170,7 +170,7 @@ module.exports = function(grunt) { // If we're on a stable release or we want to keep unstable releases, create a directory for this release and copy the built files there if (stable || options.keepUnstable) { - stableDir = pafth.join(file.dest, tag); + stableDir = path.join(file.dest, tag); } file.src.forEach(function (f) {