bootstrap: fix extra \ added.

This commit is contained in:
Ganom
2019-08-01 12:17:46 -04:00
parent 9f0b678232
commit 9bc8e6e5a6
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/");