Fix misspelling of options variable.

Which occurred in 640842ad4e by means of tyop.
This commit is contained in:
Jesse Rosenberger
2017-08-01 13:47:45 +03:00
parent 6d8f10ff3a
commit 043e2922f6

View File

@@ -191,7 +191,7 @@ outdated platforms`);
this.projectContext,
this.projectRoot,
{ mobileServerUrl: this.options.mobileServerUrl,
settingsFile: this.topsion.settingsFile }
settingsFile: this.options.settingsFile }
);
builder.processControlFile();