From d05bfaf95fb666fea02c8aceae3ce02c9e315d3d Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Sun, 24 May 2026 06:46:20 +0200 Subject: feat: added types and renamed outputSummary file --- src/commands/check.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/check.ts') diff --git a/src/commands/check.ts b/src/commands/check.ts index f39b0f8..7f92d7f 100644 --- a/src/commands/check.ts +++ b/src/commands/check.ts @@ -1,6 +1,6 @@ import type { Command } from "commander"; import { checkDependencies } from "../actions/checkDependencies.js"; -import { outputSummary } from "../actions/outputSummary.js"; +import { outputSummary } from "../actions/output.js"; import { sendAuditEmail } from "../actions/sendEmail.js"; export const check = (program: Command) => { -- cgit v1.3.1