Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 55bdb74

Browse files
biljanaLukovicFiras Qutishat
authored andcommitted
Fixed property access
Change-Id: I24ff4108bb08d68b8627a541c5f1f2f90a901dc6 Signed-off-by: biljana lukovic <biljana.lukovic@securekey.com>
1 parent c153bac commit 55bdb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func GetFabricCAClientKeyFile() string {
105105

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

111111
//GetFabricCATLSEnabledFlag Read configuration option for the fabric CA TLS flag

0 commit comments

Comments
 (0)