mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Minor: fix a harmless bug in the CordFormation gradle plugin
This commit is contained in:
parent
29ace9123f
commit
179975fe2b
@ -53,7 +53,7 @@ class Cordform extends DefaultTask {
|
||||
*/
|
||||
protected Node getNodeByName(String name) {
|
||||
for(Node node : nodes) {
|
||||
if(node.name == networkMapNodeName) {
|
||||
if(node.name == name) {
|
||||
return node
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user