Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Dec 19, 2013
1 parent 5243111 commit 1272cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grunt/plugins.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 1272cf6

Please sign in to comment.