From 8524d5309fc54760800f90faca896640d590b43e Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 3 Jun 2019 21:53:51 +0100 Subject: [PATCH] typo --- .../src/main/groovy/com/muwire/update/UpdateServer.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-server/src/main/groovy/com/muwire/update/UpdateServer.groovy b/update-server/src/main/groovy/com/muwire/update/UpdateServer.groovy index 5b247c53..b000c3ce 100644 --- a/update-server/src/main/groovy/com/muwire/update/UpdateServer.groovy +++ b/update-server/src/main/groovy/com/muwire/update/UpdateServer.groovy @@ -13,7 +13,7 @@ import net.i2p.client.datagram.I2PDatagramMaker @Log class UpdateServer { public static void main(String[] args) { - def home = System.getProperty("user.hom") + "/.MuWireUpdateServer" + def home = System.getProperty("user.home") + "/.MuWireUpdateServer" home = new File(home) if (!home.exists()) home.mkdirs()