From eaa2480195d27ff3f1efd325b149da0668c63708 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 23 Aug 2016 15:43:22 +0100 Subject: Remove Open311 endpoint to separate repo. --- bin/install_perl_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/install_perl_modules') diff --git a/bin/install_perl_modules b/bin/install_perl_modules index d757facb6..74b30fbdd 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,7 +4,7 @@ set -e DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd | sed -e 's/\/bin$//' )" -$DIR/vendor/bin/carton install --deployment --without uk --without zurich --without open311-endpoint +$DIR/vendor/bin/carton install --deployment --without uk --without zurich if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 then -- cgit v1.2.3