Skip to content

Commit

Permalink
Fix error dependancy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Oct 18, 2023
1 parent bb35cfd commit f906fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/lint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { lint } = require('@hubspot/cli-lib/validate');
const { printHublValidationResult } = require('../lib/hublValidate');
const { logger } = require('@hubspot/cli-lib/logger');
const { logErrorInstance } = require('@hubspot/cli-lib/errorHandlers');
const { logErrorInstance } = require('../lib/errorHandlers/standardErrors');

const {
addConfigOptions,
Expand Down

0 comments on commit f906fb8

Please sign in to comment.