aquifer / aquifer-coder

Coding standards sniffing and linting utility.
GNU General Public License v2.0
1 stars 2 forks source link

HOTFIX - Use https to download assets from drupal.org #3

Closed patrickocoffeyo closed 8 years ago

patrickocoffeyo commented 8 years ago

Drupal made some improvements to their asset servers recently (YAY, because everything should be https). This breaks aquifer-coder, because it was trying to use http to grab assets.

Steps to test