hsf-training / hsf-training-cpp-webpage

C++ training
https://hsf-training.github.io/hsf-training-cpp-webpage
6 stars 11 forks source link

Fix incorrect Bundle configuration flag #17

Closed stephenswat closed 3 years ago

stephenswat commented 3 years ago

On my machine, Bundle is unable to build this project as a user (without root privileges) because the configuration flag to have Bundle run in a user directory is not set correctly. In particular, the project currently has bundle config --local path set .vendor/bundle, but it should be bundle config --local path .vendor/bundle (without the set). In this commit, I have removed the extraneous set, and the project correctly serves on my machine.

stephenswat commented 3 years ago

Closing due to #19.