I needed to upgrade drush in order to use the new zen theme support.
I used this #1917076 to do the trick, by changing quickstart to drupalpro. It seems to work perfectly, But i'm guessing there's a better way, I'd love to hear about it.
I needed to upgrade drush in order to use the new zen theme support.
I used this #1917076 to do the trick, by changing quickstart to drupalpro. It seems to work perfectly, But i'm guessing there's a better way, I'd love to hear about it.
Comments
Comment #0.0
IdanC commentedlink fix
Comment #1
patoshi commentedthanks that worked.. this is what i did:
cd ~/drush
git fetch
git checkout 7.x-5.9
Your drupalpro home folder contains a /drush directory which is where drush is installed and tracked by git. all you need to do is update it with git fetch and then you checkout the 5.x branch you want and thats it! do a drush --version to make sure its switched...
I didn't try drush version 6.. if someone decides to try the newer versions, please post if it worked for you here.
screenshot: http://prntscr.com/4u7ij1
thanks!