Skip to content

Commit

Permalink
[develop:contribute] Rename console:contribute as develop:contribute. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 16, 2017
1 parent 6979bba commit 76340cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How to use
# console:contribute --drupal=/path/to/drupal-directory --code=/path/to/code-directory
# develop:contribute --drupal=/path/to/drupal-directory --code=/path/to/code-directory
command:
name: console:contribute
name: develop:contribute
description: 'Download Drupal + Drupal Console to contribute.'
vars:
repository: drupal-composer/drupal-project:8.x-dev
Expand All @@ -20,4 +20,4 @@ commands:
bin: drupal site:install standard --root=%{{drupal}} --db-type="sqlite" --no-interaction
- command: exec
arguments:
bin: drupal develop:contribute --code-directory=%{{code}} --root=%{{drupal}}
bin: drupal develop:create:symlinks --code-directory=%{{code}} --root=%{{drupal}}

0 comments on commit 76340cf

Please sign in to comment.