mozilla / fxa-local-dev

An easy way to contribute to Firefox Accounts
28 stars 47 forks source link

fix(123done): don't overwrite config.json; set $CONFIG_123DONE=./config-local.json #9

Closed jrgm closed 9 years ago

jrgm commented 9 years ago

This fixes an issue where, because config.json had been locally modified, a git pull origin master would refuse to continue, thus getting no update. This is a simpler way. (Depends on https://github.com/mozilla/123done/pull/137)

@vladikoff r?

vladikoff commented 9 years ago

Thanks! Didn't get a chance to fix this myself, now the updater works a lot better! :+1: