Fixed logging to show where the git repo was cloned to

This commit is contained in:
DemonWav 2014-12-13 17:26:52 -06:00 committed by md_5
parent c9ae24993c
commit d8e4840e46

View file

@ -478,7 +478,7 @@ public class Builder
try
{
System.out.println( "Cloned git repository " + url + " to " + url + ". Current HEAD: " + commitHash( result ) );
System.out.println( "Cloned git repository " + url + " to " + target.getAbsolutePath() + ". Current HEAD: " + commitHash( result ) );
} finally
{