I have just updated to 3.0.7 via exercism upgrade and now every time I try to download an exercise by uuid, I get this:
$ exercism download --uuid=d7e094f32c9545a2863a851e25ba112a
Error: The exercise you specified could not be found
I tried a few different exercises (all Elixir) and it's all the same.
I was forced to downgrade to 3.0.6 to be able to continue mentoring. To anyone that has to downgrade too, I did it by running:
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/21d0da6bc774d1713c4542e4d7cf8adba2474a30/Formula/exercism.rb
Brew allows you to install any version of a formula by just passing the formula file.
I have just updated to 3.0.7 via
exercism upgradeand now every time I try to download an exercise by uuid, I get this:I tried a few different exercises (all Elixir) and it's all the same.
I was forced to downgrade to 3.0.6 to be able to continue mentoring. To anyone that has to downgrade too, I did it by running:
Brew allows you to install any version of a formula by just passing the formula file.