Closed (fixed)
Project:
Omega Tools
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 13:00 UTC
Updated:
28 Jul 2011 at 20:21 UTC
At line 112 in omega_tools.drush.inc $subtheme->destination is set to 'all', and this ignore any destination specified in command line with the --destination option (and set in line 108 $subtheme->destination = drush_get_option('destination', 'all');)
line 112 $subtheme->destination = 'all'; in omega_tools.drush.inc should be removed.
Comments
Comment #1
fubhy commentedOops! Good catch... Fixed in dev!