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) {