JWWeatherman / yeticold

https://yeticold.com
Other
66 stars 24 forks source link

Copy paste is broken on level 3 recovery #96

Closed JWWeatherman closed 3 years ago

JWWeatherman commented 3 years ago

The second command should be something like python3 ~/yeticold/initialize.py YetiColdSecondaryRecover

Instead it is:

python3 ~/yeticold/initialize.py YeticoldSecondaryRecovery

Please test this this time - I'm getting annoyed with these changes that are clearly not being tested well.

Screen Shot 2020-12-26 at 8 14 28 PM
ghost commented 3 years ago

The way I had written it before, which I think Will used wholesale, was that it is case-insensitive. It converts all arguments to lower() and then compares. Not sure if that is still what is being done.

willweatherman commented 3 years ago

Fixed