microrb / microrb.com

micro.rb website
http://microrb.com
MIT License
55 stars 23 forks source link

bin/update fails because there is no .env file #72

Open krisleech opened 9 years ago

krisleech commented 9 years ago

It looks like update needs a .env file but it is missing, the line is here:

https://github.com/microrb/microrb.com/blob/master/bin/update.rb#L3

krisleech commented 9 years ago

doing touch .env fixes the problem, I can submit a PR to check the file exists before trying to read it...