diff --git a/tools/package-source.js b/tools/package-source.js index f7ad5aa23c..184a5b371d 100644 --- a/tools/package-source.js +++ b/tools/package-source.js @@ -904,7 +904,7 @@ _.extend(PackageSource.prototype, { // catalog may not be initialized, but we are pretty sure that the // releases are there anyway. This is not the right way to do this // long term. - releaseRecord = catalog.official.getReleaseVersion( + releaseRecord = catalog.complete.getReleaseVersion( relInf[0], relInf[1], true); if (!releaseRecord) { buildmessage.error("Unknown release "+ release);