hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.22k stars 4.43k forks source link

possible fix for #13470 #13471

Closed calligraf0 closed 2 months ago

calligraf0 commented 3 months ago

As the title says.

Fix is quite simple, forces the type to be downcased while getting it from CHECKSUM_MAP. Let me know if I need to fix anything and if it's acceptable or needs more work!

hashicorp-cla-app[bot] commented 3 months ago

CLA assistant check
All committers have signed the CLA.

chrisroberts commented 2 months ago

Just a note that this has been fixed on the server side, however this change does provide better resiliency for issues like this. Thanks for the PR!