bootstrap: fix extra / added. (#1221)

bootstrap: fix extra / added.
This commit is contained in:
ST0NEWALL
2019-08-01 12:18:55 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import org.codehaus.plexus.util.FileUtils;
public class Bootstrap
{
private String projectVersion = "1.5.30-SNAPSHOT";
private String projectVersion = "1.5.31-SNAPSHOT";
String buildCommit = "6fe334c02648d3f8b38625e3175e3f547d54aa37";
Client client = new Client();
String[] clientJvm9Arguments = new String[]{

View File

@@ -32,7 +32,7 @@ public class Bootstrapper
}
else
{
remoteLocation = "/live/";
remoteLocation = "live/";
localLocation = "./live/";
Gson gson = new GsonBuilder().disableHtmlEscaping().setPrettyPrinting().create();
File dir = new File("./live/");