mdsol / dice_bag

DiceBag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App.
MIT License
19 stars 4 forks source link

Don't overwrite config files if user responds 'No' instead of just 'N'. #64

Closed clabrunda closed 11 years ago

clabrunda commented 11 years ago

I was messing with my config files in MCC Admin and accidentally overwrote my mauth_key without realizing it, because I responded "no" to the prompt instead of just "n". This change addresses this by only looking at the first letter of the user's response.

23 scenarios (23 passed) 87 steps (87 passed) 0m17.656s

mjobin-mdsol commented 11 years ago

ouch ! terrible bug IMO. thanks for finding this out

asmith-mdsol commented 11 years ago

Great, thanks @clabrunda! Feel free to add yourself to the list of contributors in the README.