mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
maybe fix released self-test
This commit is contained in:
@@ -418,8 +418,7 @@ _.extend(Sandbox.prototype, {
|
||||
// If the test isn't explicitly managing a mock warehouse, ensure that apps
|
||||
// run with our release by default.
|
||||
if (!self.warehouse && release.current.isProperRelease()) {
|
||||
self.write(path.join(self.cwd, to, '.meteor/release'),
|
||||
release.current.name);
|
||||
self.write(path.join(to, '.meteor/release'), release.current.name);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user