Fix for Directory not empty error

This commit is contained in:
John Mulhausen 2016-02-26 05:26:11 -08:00
parent 0e1e36355b
commit 20c94bea3d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ while read line || [[ -n ${line} ]]; do
fi
done <_data/overrides.yml
rm -rf _includes/v1.1
mv -f k8s/_includes/v1.1 _includes/
cd _includes/v1.1
find . -name '*.html' -type f -exec sed -i '' '/<style>/,/<\/style>/d' {} \;