Skip to content

Commit 55cced5

Browse files
modified command installDevonIde
1 parent c967d3d commit 55cced5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runners/console/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export class Console extends Runner {
2828

2929
this.executeCommandSync(path.join(installDir, "setup") + " " + path.join(settingsDir, "settings.git").replace(/\\/g, "/"), "", result, "yes");
3030

31+
this.executeCommandSync("devon", installDir, result);
32+
3133
return result;
3234
}
3335

@@ -36,7 +38,6 @@ export class Console extends Runner {
3638
result.returnCode = 0;
3739

3840
this.executeCommandSync("devon cobigen", path.join(this.getWorkingDirectory(), "devonfw"), result);
39-
4041
return result;
4142
}
4243

0 commit comments

Comments
 (0)