tobami / littlechef

Cook with Chef without a Chef Server
Apache License 2.0
472 stars 71 forks source link

config file name is not "littlechef.cfg" but still "config.cfg" #199

Closed henning closed 10 years ago

henning commented 10 years ago

Using this version of littlechef:

pip freeze| grep little littlechef==1.7.1

I still get a config file named "config.cfg" not "littlechef" after running "fix new_kitchen"

I cannot say yet iof that leads to further problems, as I'm just only beginning tio learn littlechef, but at least it's confusing at first.

Will report later if it's still working and therefore only a documentation bug...

tobami commented 10 years ago

Yeah, I can confirm it is a bug. It went unnoticed because versions 1.x are still compatible with the old file names, they are just deprecated.

tobami commented 10 years ago

Closes #200