ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

Generating network config file path error. #3

Closed carthorian closed 4 years ago

carthorian commented 6 years ago

genNetworkConfigFile operation is using duplicate output directory. genNetworkConfigFile and genNetworkConfigForOrgs methods are using "networkConfigPath" variable. This variable is wrong. The correct variable is "netModel.Name".

erNail commented 5 years ago

Can you explain the problem in more detail ? I think this issue was fixed in #6.