Ticket #8456: 8456.patch
| File 8456.patch, 450 bytes (added by , 5 years ago) |
|---|
-
Gruntfile.js
diff --git Gruntfile.js Gruntfile.js index 61480c710..5a43fd0ab 100644
module.exports = function( grunt ) { 342 342 stdout: false 343 343 }, 344 344 cli: { 345 command: 'svn export --force https://github.com/buddypress/wp-cli-buddypress.git/tags/2.0 cli',345 command: 'svn export --force https://github.com/buddypress/wp-cli-buddypress.git/tags/2.0.1 cli', 346 346 cwd: BUILD_DIR, 347 347 stdout: false 348 348 },