dutu / poloLender

Free, open source, high performance bot for lending funds on Poloniex exchange
https://github.com/dutu/poloLender
Other
160 stars 47 forks source link

After updating the .env is gone #88

Closed xR2 closed 7 years ago

xR2 commented 7 years ago

It seems like after the last update my .env is gone. This doesn't look like how it's suppose to be, or is it?

dutu commented 7 years ago

Can you send the logs from when you updated? Or at least describe the steps you used?

xR2 commented 7 years ago

Sure, just tell me where to find this logs, lol.

I just follow as the instructions:

git fetch --all
git reset --hard origin/master

npm update

node server.js
dutu commented 7 years ago

Reason for your issue is the usage of git mv when you renamed .env-template. Please use ren instead.