Writes a line to the README.md
klmall950 opened this issue · 4 comments
klmall950 commented
When you execute the fetch it writes the following line into the README.md file:
# envkey-fetch
Unclear why it's writing to that file in the case of a fetch.
danenania commented
Hmm, I'm not able to reproduce this. Can you give me an example of what you're doing / how you're calling it when this happens?
klmall950 commented
Yes, we are using ENVKEY-Fetch to pull in the json configuration via
script that we use during our builds and local dev. When we install it via
the shell script it puts line in our existing readme.md.
On Jan 15, 2018 at 5:22 PM, Dane Schneider <notifications@github.com> wrote:
Hmm, I'm not able to reproduce this. Can you give me an example of what
you're doing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACacLUTVuIC11iIOZMAM3nLLZB9qLAHcks5tK8-RgaJpZM4Re8rh>
.
danenania commented
I see... looking into it.
danenania commented
@klmall950 It should now be fixed. Thanks for discovering this!