Skip to content

Commit 4fe482a

Browse files
Merge pull request #119 from Aiven-Open/Claudenw-fix_typo
Update README.md
2 parents c28ad1d + 3135078 commit 4fe482a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To compile the project without running the integration tests execute `mvn packag
5555
To build the documentation execute the following steps:
5656

5757
```
58-
mvn install -DskipIts
58+
mvn install -DskipITs
5959
mvn -f tools
6060
mvn -f docs
6161
```

docs/src/site/markdown/index.md.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To compile the project without running the integration tests execute `mvn packag
6464
To build the documentation execute the following steps:
6565

6666
```
67-
mvn install -DskipIts
67+
mvn install -DskipITs
6868
mvn -f tools
6969
mvn -f docs
7070
```

0 commit comments

Comments
 (0)