SSH client as tool
[gpl/argeo-slc.git] / suite / org.argeo.slc.tool / src / org / argeo / slc / tool / CmsCli.java
index 3b7b0809fb86133f139086d3116eccc02839c4eb..0619209302507031b2ab0fb21f99d1f23028f56b 100644 (file)
@@ -49,10 +49,10 @@ public class CmsCli extends CommandsCli {
                @Override
                public String apply(List<String> args) {
                        CommandLine cl = toCommandLine(args);
-                       String dataÜath = cl.getOptionValue(dataOption);
+                       String dataPath = cl.getOptionValue(dataOption);
                        boolean ui = cl.hasOption(uiOption);
 
-                       Path instancePath = Paths.get(dataÜath);
+                       Path instancePath = Paths.get(dataPath);
                        System.setProperty("osgi.instance.area", instancePath.toUri().toString());
 
                        StaticCms staticCms = new StaticCms() {