mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix misspelling of options variable.
Which occurred in 640842ad4e by means of tyop.
This commit is contained in:
2
tools/cordova/project.js
vendored
2
tools/cordova/project.js
vendored
@@ -191,7 +191,7 @@ outdated platforms`);
|
||||
this.projectContext,
|
||||
this.projectRoot,
|
||||
{ mobileServerUrl: this.options.mobileServerUrl,
|
||||
settingsFile: this.topsion.settingsFile }
|
||||
settingsFile: this.options.settingsFile }
|
||||
);
|
||||
|
||||
builder.processControlFile();
|
||||
|
||||
Reference in New Issue
Block a user