Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed Dec 31, 2024
1 parent 18a5406 commit d23a809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-filtered-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export async function analyseRepo (repo) {
repoData.versionDoubt = true
const lockfileType = repoData.getLockfileType()
repoData.log(`using ${lockfileType}`)
repoData.lockfileFrontendVersion = await repoData.getVersionFromLockfile()
repoData.lockfileFrontendVersion = await repoData.getVersionFromLockfile(lockfileType)
repoData.log(
`using GOV.UK Frontend version ${repoData.lockfileFrontendVersion}`
)
Expand Down

0 comments on commit d23a809

Please sign in to comment.