Skip to content

Commit

Permalink
Fix setup in the run-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Feb 13, 2019
1 parent 10e5b23 commit 89419ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function setup () {
id: 'ssl',
name: 'check ssl/tls',
setup: ssl.setup(),
fn: ssl
fn: 'ssl'
},
{
id: 'enforce-gzip',
Expand Down

0 comments on commit 89419ca

Please sign in to comment.