mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
possible fix for #13470
This commit is contained in:
parent
26a1ff10a5
commit
34160ff157
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class FileChecksum
|
|||
private
|
||||
|
||||
def load_digest(type)
|
||||
digest = CHECKSUM_MAP[type.to_s.to_sym]
|
||||
digest = CHECKSUM_MAP[type.to_s.downcase.to_sym]
|
||||
if digest.nil?
|
||||
raise Vagrant::Errors::BoxChecksumInvalidType,
|
||||
type: type.to_s,
|
||||
|
|
|
|||
Loading…
Reference in a new issue