Skip to content

Commit 1272cf6

Browse files
committed
fix: typo
1 parent 5243111 commit 1272cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grunt/plugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ module.exports = function(grunt) {
170170

171171
// 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
172172
if (stable || options.keepUnstable) {
173-
stableDir = pafth.join(file.dest, tag);
173+
stableDir = path.join(file.dest, tag);
174174
}
175175

176176
file.src.forEach(function (f) {

0 commit comments

Comments
 (0)