backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
13 stars 18 forks source link

fix download backdrop script #261

Closed tanyabouman closed 4 months ago

tanyabouman commented 1 year ago

drush dlb backdrop was unable to find the latest version number.

Fixes #255, I think,

Note: I do not know what the TODO above the call to backdrop_download_backdrop_from_github means, so I can't say whether this change will affect that note in any way.

quicksketch commented 4 months ago

Thanks @tanyabouman! This works great for downloading backdrop core but didn't work on contrib modules. I reapplied your same fix for contrib in https://github.com/backdrop-contrib/backdrop-drush-extension/pull/265 and now both work.