Skip to content

Commit 83e636d

Browse files
committed
Merge pull request #183 from phase2/bug/181/task-name-pluralization
#181: Fixed pluralization inconsistency in themes proxying.
2 parents e57e4a6 + 689092e commit 83e636d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = function(grunt) {
9393
// theme and CI systems can still use the primary grunt implementation as a
9494
// single authority for the build process.
9595
if (theme.scripts && theme.scripts['compile-theme']) {
96-
steps.push('theme:' + key + ':compile-theme');
96+
steps.push('themes:' + key + ':compile-theme');
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)