We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05e522 commit 42fba68Copy full SHA for 42fba68
src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java
@@ -174,7 +174,7 @@ protected void execute()
174
throw new ArchiverException( tarFile + " is read-only." );
175
}
176
177
- getLogger().info( "Building tar : " + tarFile.getAbsolutePath() );
+ getLogger().info( "Building tar: " + tarFile.getAbsolutePath() );
178
179
tOut = new TarOutputStream(
180
compression.compress( new BufferedOutputStream( new FileOutputStream( tarFile ) ) ) );
0 commit comments