Confbase / cfg

A tool to manage configuration files and use them in production.
https://confbase.com/cfg
Apache License 2.0
7 stars 6 forks source link

Add test for creating remote base, and fixes bug reproduced in test #64

Closed Drake-Eidukas closed 5 years ago

Drake-Eidukas commented 5 years ago

Essentially, the bug here was that when we called track on the gitignore file, it assumed that we were creating the gitignore file in the current working directory. We now track it off the bat in the remote directory.

Not sure if this is actually the right fix or if it just makes the error go away, but I'm sure you'll know @thomasdfischer