Skip to:
Content

BuddyPress.org

Ticket #8456: 8456.patch

File 8456.patch, 450 bytes (added by imath, 5 years ago)
  • Gruntfile.js

    diff --git Gruntfile.js Gruntfile.js
    index 61480c710..5a43fd0ab 100644
    module.exports = function( grunt ) { 
    342342                                stdout: false
    343343                        },
    344344                        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',
    346346                                cwd: BUILD_DIR,
    347347                                stdout: false
    348348                        },