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

Couldn't find home environment expanding '~' #146

Closed rehevkor5 closed 11 years ago

rehevkor5 commented 11 years ago

Line 29 of Environment: @home = options.fetch(:home) { File.expand_path("~") } relies on $HOME being set. If it's, not an error is raised saying "Couldn't find home environment expanding '~'"

Other people have encountered similar problems with other libraries. For example, https://github.com/opscode/chef/pull/624

bradleyd commented 11 years ago

see #147 for a potential fix.

take care.

yfeldblum commented 11 years ago

147 is merged.