mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
this should fix local versionsFrom in most cases and is technically right
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user