Skip to content

Commit ff840c7

Browse files
modified command installDevonIde
1 parent 55cced5 commit ff840c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/console/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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);
31+
this.executeCommandSync(". ~/.bashrc", installDir, result);
3232

3333
return result;
3434
}

0 commit comments

Comments
 (0)