Merge pull request #7159 from takluyver/hooks-invoke

Git hooks need to use invoke, not fab
This commit is contained in:
Min RK 2014-12-10 10:35:49 -08:00
commit baac9dd567

View File

@ -18,5 +18,5 @@ if [[
]]; then
echo "rebuilding sourcemaps"
cd IPython/html
fab css || echo "failed to compile css"
invoke css || echo "failed to compile css"
fi