Hi, sorry this is a little vague but on OS X, sed does not support 'sed -r'
This seems to cause the secrets file not to be parsed and included correctly.
This can be fixed by
a) brew install gnu-sed
b) change the components.mk to use gsed rather than sed.
I've fixed it now and didn't capture the exact messages, sorry for the vagueness
Hi, sorry this is a little vague but on OS X, sed does not support 'sed -r'
This seems to cause the secrets file not to be parsed and included correctly.
This can be fixed by
a) brew install gnu-sed
b) change the components.mk to use gsed rather than sed.
I've fixed it now and didn't capture the exact messages, sorry for the vagueness