aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_perl_modules
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-12-12 12:22:26 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-12-12 12:41:32 +0000
commit6257b1c812159b75b72ed46e46d3accdc79fa9ff (patch)
tree7d87de58682867d55467aa96b7ea9141bc9d6733 /bin/install_perl_modules
parent244b2876c837f65ed9477a57c3ed297f493b44a5 (diff)
Don't install open311-endpoint feature by default.
Diffstat (limited to 'bin/install_perl_modules')
-rwxr-xr-xbin/install_perl_modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules
index e86a55261..409fd054e 100755
--- a/bin/install_perl_modules
+++ b/bin/install_perl_modules
@@ -9,7 +9,7 @@ $DIR/bin/cpanm -l $DIR/local-carton Carton
export PATH=$DIR/local-carton/bin:$PATH
export PERL5LIB=$DIR/local-carton/lib/perl5
-carton install --deployment --without uk --without zurich
+carton install --deployment --without uk --without zurich --without open311-endpoint
if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1
then