Skip to content

Commit a2b6903

Browse files
committed
fix: update import
1 parent 74ce52f commit a2b6903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { mkdir } from 'node:fs/promises'
33
import path from 'node:path'
44
import pJSON from '../package.json'
55
import { RegistryApp } from './RegistryApp.js'
6-
import { ensureGitHubOIDCProvider } from '@bifravst/ci/ensureGitHubOIDCProvider'
6+
import { ensureGitHubOIDCProvider } from '@bifravst/ci'
77
import { packLambda } from '@bifravst/aws-cdk-lambda-helpers'
88

99
const repoUrl = new URL(pJSON.repository.url)

0 commit comments

Comments
 (0)