We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5243111 commit 1272cf6Copy full SHA for 1272cf6
lib/grunt/plugins.js
@@ -170,7 +170,7 @@ module.exports = function(grunt) {
170
171
// 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
172
if (stable || options.keepUnstable) {
173
- stableDir = pafth.join(file.dest, tag);
+ stableDir = path.join(file.dest, tag);
174
}
175
176
file.src.forEach(function (f) {
0 commit comments