Skip to content

Commit 42fba68

Browse files
committed
Remove extra space, been annoying me for years
1 parent b05e522 commit 42fba68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ protected void execute()
174174
throw new ArchiverException( tarFile + " is read-only." );
175175
}
176176

177-
getLogger().info( "Building tar : " + tarFile.getAbsolutePath() );
177+
getLogger().info( "Building tar: " + tarFile.getAbsolutePath() );
178178

179179
tOut = new TarOutputStream(
180180
compression.compress( new BufferedOutputStream( new FileOutputStream( tarFile ) ) ) );

0 commit comments

Comments
 (0)