credentials or credentials.yml? One or other but not both
cambro opened this issue · 1 comments
cambro commented
The instructions do not agree with expectations of setup.sh. Line 19 in setup.sh read:
eval $(parse_yaml credentials)
But instruction Wiki said "edit the file credentials.yml". I updated setup.sh on my local to be consistent with Wiki, should probably update here too but wanted to check before doing the update. Also .gitignore expects credentials.yml so changed line 19:
eval $(parse_yaml credentials.yml)