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

owen barton’s picture

Assigned: Unassigned » owen barton

I can reproduce this - taking a look now.

owen barton’s picture

Ahh - here is the issue - you need an "=" between any --parameter option and value. drush dl content_profile --destination=profiles/center/modules/ should work fine.

owen barton’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.