Skip to content
Snippets Groups Projects
Commit c3793ba7 authored by Alfredo Chissotti's avatar Alfredo Chissotti
Browse files

fix x cloudapp (BB1 -> luci)

parent 3ef450c9
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ public class InstallHandler implements HttpHandler {
ArrayList<String> ho = hostsMap.get(mod);
for (String h : ho) {
row.put("host", h);
row.put("service", mod);
row.put("service", mod.replace("BB1","luci"));
row.put("uri", DBC.getURI(mod));
arrServiziFinale.put(row);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment