applicationsonline / librarian

Librarian - A Framework for Bundlers. Librarian-Chef is at: https://github.com/applicationsonline/librarian-chef.
http://applicationsonline.com/
MIT License
655 stars 71 forks source link

GIT_DIR should point to the absolute git directory #179

Open Filirom1 opened 8 years ago

Filirom1 commented 8 years ago

Hello,

When options chdir is passed, and chdir is different than PWD, GIT_DIR is pointing to a relative url that doesn't exist.

By forcing the GIT_DIR to be absolute we avoid this issue.

Cheers