I tried to do, in the root directory of my site
drush dl content_profile --destination profiles/center/modules/
but I got the following error:
The destination directory 1/ does not appear to exist. [error]
No release history was found for the requested project (profiles). [error]
An error occurred at function : pm_dl [error]
Any idea?
Comments
Comment #1
owen barton commentedI can reproduce this - taking a look now.
Comment #2
owen barton commentedAhh - here is the issue - you need an "=" between any --parameter option and value. drush dl content_profile --destination=profiles/center/modules/ should work fine.
Comment #3
owen barton commented