#!/bin/sh -e
#
# Remove entire berks cache & start over

rm -f Berksfile.lock
bundle exec berks install || rm -rf ~/.berkshelf/cookbooks
rm -f Berksfile.lock 
bundle exec berks install
