lobsters / lobsters-ansible

Ansible playbook for lobste.rs
ISC License
79 stars 26 forks source link

Fix bundle vendor directory #26

Closed jstoja closed 6 years ago

jstoja commented 6 years ago

Bundler's vendored gems were located at /srv/lobste.rs/http/http/vendor/bundle instead of /srv/lobste.rs/http/vendor/bundle. This PR fixes it. Carefull, because with the next install, it might reinstall the dependencies. If you want to be sure, just previous ones are used: mv -v /srv/lobste.rs/http/http/vendor/bundle/ /srv/lobste.rs/http/vendor/.

pushcx commented 6 years ago

Thanks! I noticed that extra http dir creep into /srv/lobste.rs/http after c86bb29. I was puzzled by it but bundler was acting fiddly enough I didn't really want to track it down. I really appreciate you fixing this.