Git hooks need to use invoke, not fab

This commit is contained in:
Thomas Kluyver 2014-12-10 10:35:00 -08:00
parent 4c62fd4210
commit dc02187827

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