mirror of https://github.com/apache/maven.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
097c8f7623
commit
1dfc502e05
|
@ -147,7 +147,7 @@ public class MBoot
|
|||
{
|
||||
System.out.println( "You must have a ~/maven.properties file and must contain the following entries:" );
|
||||
|
||||
System.out.println( "maven.home = /path/to/m2/installtion" );
|
||||
System.out.println( "maven.home = /path/to/m2/installation" );
|
||||
|
||||
System.out.println( "maven.repo.local = /path/to/m2/repository" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue