mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-04-13 09:31:28 +00:00
Minor formatting issue.
This commit is contained in:
parent
73cf0e994f
commit
9027b7f12a
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ public class Builder
|
||||||
|
|
||||||
System.out.println( "Successfully fetched updates!" );
|
System.out.println( "Successfully fetched updates!" );
|
||||||
|
|
||||||
repo.reset().setRef( ref ).setMode( ResetCommand.ResetType.HARD).call();
|
repo.reset().setRef( ref ).setMode( ResetCommand.ResetType.HARD ).call();
|
||||||
if ( ref.equals( "master" ) )
|
if ( ref.equals( "master" ) )
|
||||||
{
|
{
|
||||||
repo.reset().setRef( "origin/master" ).setMode( ResetCommand.ResetType.HARD ).call();
|
repo.reset().setRef( "origin/master" ).setMode( ResetCommand.ResetType.HARD ).call();
|
||||||
|
|
Loading…
Add table
Reference in a new issue