Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
stupid typo...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk@1637847 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Nov 10, 2014
1 parent b7608e8 commit 83c6933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected abstract void checkArtifact( ConfigurationLineInfo request, String rep
@Override
public String getOutputName()
{
return "dist-tool-" + getFailuresFilename().replace( ".old", "" );
return "dist-tool-" + getFailuresFilename().replace( ".log", "" );
}

private void loadConfiguration()
Expand Down

0 comments on commit 83c6933

Please sign in to comment.