From c5695647a43db4a2f68284fc3d3255735ec4ed28 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 22 Sep 2015 14:00:34 +0100 Subject: [PATCH] Exec install.real --- hooks/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/install b/hooks/install index f5f2623c..83a9d3ce 100755 --- a/hooks/install +++ b/hooks/install @@ -17,4 +17,4 @@ for dep in ${DEPS[@]}; do check_and_install ${PYTHON} ${dep} done -exec ./hooks/neutron_api_hooks.py +exec ./hooks/install.real