mirror of https://github.com/apache/maven.git
typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
262e7085a5
commit
a43ec059a4
|
@ -74,7 +74,7 @@ public class Main
|
||||||
{
|
{
|
||||||
if ( !backup.exists() )
|
if ( !backup.exists() )
|
||||||
{
|
{
|
||||||
System.err.println( "skipping... backup exists" );
|
System.err.println( "skipping... backup does not exist" );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
FileUtils.copyFile( backup, file );
|
FileUtils.copyFile( backup, file );
|
||||||
|
|
Loading…
Reference in New Issue