1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 10:35:39 +02:00

mvn: fix typo (#10632)

This commit is contained in:
Premnaath 2023-08-26 22:25:47 +05:30 committed by GitHub
parent 61848c5096
commit 587d8443d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
- Clean and then package the code with a given build profile: - Clean and then package the code with a given build profile:
`mvn clean -P{{profile}} package` `mvn clean -P {{profile}} package`
- Run a class with a main method: - Run a class with a main method: