Skip to content

Commit

Permalink
fix: wrong import (#13229)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Dec 22, 2021
1 parent 521851a commit aa58814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/onboarding/pr/config-description.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import is from '@sindresorhus/is/dist';
import is from '@sindresorhus/is';
import { configFileNames } from '../../../../config/app-strings';
import type { RenovateConfig } from '../../../../config/types';
import { logger } from '../../../../logger';
Expand Down

0 comments on commit aa58814

Please sign in to comment.