Skip to content

Commit

Permalink
Merge pull request #2 from elharo/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
khmarbaise committed Jul 12, 2018
2 parents 70b0d3f + a86f39f commit b0154db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ protected void checkRequiredState()
{
throw new IllegalStateException( "Maven application directory was not "
+ "specified, and ${maven.home} is not provided in the system "
+ "properties. Please specify at least on of these." );
+ "properties. Specify at least one of these." );
}
}
}
Expand Down

0 comments on commit b0154db

Please sign in to comment.