mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Remove extra /.
This commit is contained in:
parent
a79cf4c862
commit
230679f871
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class Main {
|
||||||
private static final String[] FILES = new String[] { KOBALTW, "kobalt/wrapper/" + FILE_NAME + "-wrapper.jar" };
|
private static final String[] FILES = new String[] { KOBALTW, "kobalt/wrapper/" + FILE_NAME + "-wrapper.jar" };
|
||||||
|
|
||||||
private void download(String fn, File file) throws IOException {
|
private void download(String fn, File file) throws IOException {
|
||||||
String fileUrl = URL + "/" + fn;
|
String fileUrl = URL + fn;
|
||||||
|
|
||||||
URL url = new URL(fileUrl);
|
URL url = new URL(fileUrl);
|
||||||
HttpURLConnection httpConn = (HttpURLConnection) url.openConnection();
|
HttpURLConnection httpConn = (HttpURLConnection) url.openConnection();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue