brownie bake
fails if the mix name capitalization does not match exactly
#827
Labels
bug
Something isn't working
Environment information
brownie
Version: 1.11.10ganache-cli
Version: v6.9.1 (ganache-core: 2.10.2)solc
Version: 0.7.4What was wrong?
Simply running
brownie bake
fails if the mix name is improperly capitalized.Output:
How can it be fixed?
brownie
should either normalize the name to lower case or (if the case could be significant) report that such a mix does not exist, hinting at the case as a possible cause.The text was updated successfully, but these errors were encountered: