Skip to content

Commit 2d180d7

Browse files
authored
Typo, should not be doing this in a web-editor
1 parent 8128786 commit 2d180d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/rascalmpl/maven/AbstractRascalMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ protected Process runMain(boolean verbose, String moreClasspath, List<File> srcs
380380
.collect(Collectors.joining(" ")));
381381

382382
ProcessBuilder p = new ProcessBuilder(command);
383-
p.directory(proejct.getBasedir());
383+
p.directory(project.getBasedir());
384384

385385
if (inheritIO) {
386386
// everything merges with the current process' streams

0 commit comments

Comments
 (0)