diff options
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/check.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) => { |
