Skip to content

Commit 45f4d76

Browse files
committed
bug(objectionary#3199): alias
1 parent a910a7b commit 45f4d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eo-maven-plugin/src/test/java/org/eolang/maven/FakeMaven.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ FakeMaven withPlacedBinary(final Path binary) {
302302
*/
303303
FakeMaven withHelloWorld() throws IOException {
304304
return this.withProgram(
305-
"+alDias stdout org.eolang.io.stdout",
305+
"+alias stdout org.eolang.io.stdout",
306306
"+home https://www.eolang.org",
307307
"+package foo.x",
308308
"+version 0.0.0",

0 commit comments

Comments
 (0)