From e32d41f6c305fa293a0c97a6764f6bd7e2e8e12e 2014-12-10 18:35:49 From: Min RK Date: 2014-12-10 18:35:49 Subject: [PATCH] Merge pull request #7159 from takluyver/hooks-invoke Git hooks need to use invoke, not fab --- diff --git a/git-hooks/post-checkout b/git-hooks/post-checkout index e491e8f..12c8ee6 100755 --- a/git-hooks/post-checkout +++ b/git-hooks/post-checkout @@ -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