Skip to content

Commit

Permalink
fix(unity_process): createProject() now sets the right option
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Apr 20, 2017
1 parent 89913b1 commit 8468ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unity_process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class UnityProcess {
* Create an empty project at the given path.
*/
public createProject(projectPath: string): this {
this.processOptions.projectPath = projectPath;
this.processOptions.createProject = projectPath;

return this;
}
Expand Down

0 comments on commit 8468ee7

Please sign in to comment.