Closed (fixed)
Project:
Drush
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Apr 2009 at 09:38 UTC
Updated:
14 May 2009 at 16:30 UTC
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