mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-05 16:59:05 +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
|
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
|
} finally
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue