mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 12:44:20 +00:00
1befe67317
This adds SHOESTRAP_BASE to helpers/default, which allows the cookbook file to be stored separately from the rest of the shoestrap stuff, making the shoestrap directory less cluttered. For example: Old way: (cd /shoestrap && ./test1.book) New way (with cookbook moved to subdirectory 'books/'): (cd /shoestrap && SHOESTRAP_BASE=/shoestrap ./books/test1.book)