mnem/SparrowBones

Install script fails

frostney opened this issue · 2 comments

Log:

'SparrowBones' already exists. Do you want me to overwrite it?
[Yes/No] > y
./install.rb:29:in confirm': undefined methodchr' for "y":String (NoMethodError)
from ./install.rb:40:in `check_for_existing'
from ./install.rb:111

It does not matter if press y or Y or if put it in YES, Yes or yes as text, it always fails after this step.

mnem commented

Sorry about that - I was using calls that are only available in Ruby 1.9.2. I just pushed a change which should fix that. If you pull the latest origin master it should solve it.

Thanks for the super-quick fix. :)