clickatell
clickatell copied to clipboard
ENV['HOME'] isn't everywhere
Not all shells and all environments sets ENV[HOME], line 90 of options.rb has:
config_file = File.open(File.join(ENV['HOME'], '.clickatell'))
which raises an exception and dies without sending sms if HOME isn't set
btw the error is:
`join': can't convert nil into String (TypeError)
you could just catch that as well in your existing rescue block
Thanks for reporting; patches are welcome. :)