Delete log argument when calling fromConfig

This commit is contained in:
Johan Haals
2021-01-19 13:03:34 +01:00
parent a532d9d124
commit d095cbf3d3
@@ -22,7 +22,7 @@ export default async function createPlugin({
templaters.register('cra', craTemplater);
const preparers = await Preparers.fromConfig(config, { logger });
const publishers = await Publishers.fromConfig(config, { logger });
const publishers = await Publishers.fromConfig(config);
const dockerClient = new Docker();