Skip to content

Commit 82ef75f

Browse files
committed
fix(git): correct import path for paths module
Change import from paths.mjs to paths.mts to match actual file extension.
1 parent 62c4fe1 commit 82ef75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/utils/git/github.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { spawn } from '@socketsecurity/lib/spawn'
4444
import { parseUrl } from '@socketsecurity/lib/url'
4545

4646
import ENV from '../../constants/env.mts'
47-
import { getGithubCachePath } from '../../constants/paths.mjs'
47+
import { getGithubCachePath } from '../../constants/paths.mts'
4848
import { formatErrorWithDetail } from '../error/errors.mts'
4949

5050
import type { components } from '@octokit/openapi-types'

0 commit comments

Comments
 (0)