Skip to content

Commit

Permalink
Fixed property access
Browse files Browse the repository at this point in the history
Change-Id: I24ff4108bb08d68b8627a541c5f1f2f90a901dc6
Signed-off-by: biljana lukovic <[email protected]>
  • Loading branch information
biljanaLukovic authored and fqutishat committed Apr 6, 2017
1 parent c153bac commit 55bdb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func GetFabricCAClientKeyFile() string {

//GetFabricCAClientCertFile Read configuration option for the fabric CA client cert file
func GetFabricCAClientCertFile() string {
return strings.Replace(myViper.GetString("client.fabricCA.client.keyfile"), "$GOPATH", os.Getenv("GOPATH"), -1)
return strings.Replace(myViper.GetString("client.fabricCA.client.certfile"), "$GOPATH", os.Getenv("GOPATH"), -1)
}

//GetFabricCATLSEnabledFlag Read configuration option for the fabric CA TLS flag
Expand Down

0 comments on commit 55bdb74

Please sign in to comment.