Update composer example

Remove unsupported 'install' argument
reviewable/pr18780/r1
Alan Pearce 11 years ago
parent 8c7cd604f0
commit 332909a956

@ -85,7 +85,7 @@ notes:
EXAMPLES = '''
# Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock
- composer: command=install working_dir=/path/to/project
- composer: working_dir=/path/to/project
'''
import os

Loading…
Cancel
Save