From 89419ca8cd11b77105fa0b1c254c2f7ca8b3deaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Wed, 13 Feb 2019 14:14:22 +0100 Subject: [PATCH] Fix setup in the run-all script --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index f0afae7..b32e77d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -54,7 +54,7 @@ export function setup () { id: 'ssl', name: 'check ssl/tls', setup: ssl.setup(), - fn: ssl + fn: 'ssl' }, { id: 'enforce-gzip',