mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-04-13 09:31:28 +00:00
Fixed logging to show where the git repo was cloned to
This commit is contained in:
parent
c9ae24993c
commit
d8e4840e46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue