Skip to content

Commit f5d92e6

Browse files
fix: import in fetchScorecard
1 parent af76ae6 commit f5d92e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/scorecard-classic/remote/fetch-scorecard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { exitWithError } from 'cli/src/utils/error.js';
1+
import { exitWithError } from '../../../utils/error.js';
22

33
import type { RemoteScorecardAndPlugins, Project } from '../types.js';
44

0 commit comments

Comments
 (0)