change default outPath for consistency

This commit is contained in:
Downforce Agent 2024-07-18 22:41:34 -05:00
parent b26adf95e8
commit 028886ebe9

View File

@ -66,7 +66,7 @@ public class WilkinsCoffee implements ActionListener {
} }
} }
private String outPathTemp = System.getProperty("user.home") + "/Documents"; private String outPathTemp = System.getProperty("user.home") + "/Documents/";
private boolean sdkInstalled = false; private boolean sdkInstalled = false;
public void setup() { public void setup() {