From dc02187827905ef8e249bdd1dcc3ce0904f00001 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 10 Dec 2014 10:35:00 -0800 Subject: [PATCH] Git hooks need to use invoke, not fab --- git-hooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks/post-checkout b/git-hooks/post-checkout index e491e8f84..12c8ee6ab 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