Skip to content

Commit ac3fd37

Browse files
committed
value-leios-nomadperf (fix)
1 parent 3158179 commit ac3fd37

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

nix/workbench/service/generator.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,12 @@ __toJSON
232232
# )
233233
# profile.composition.n_pool_hosts
234234
# )
235-
{ targets =
236-
{ addr = "__addr_51__";
237-
port = "__port_51__";
235+
{ explorer =
236+
{ targets =
237+
{ addr = "__addr_51__";
238+
port = "__port_51__";
239+
}
240+
;
238241
}
239242
;
240243
}

0 commit comments

Comments
 (0)