Skip to content

Commit 6ffc8cb

Browse files
authored
chore: fix problematic function name (#5279)
Signed-off-by: pxwanglu <[email protected]>
1 parent 7dbcb7c commit 6ffc8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/pluggable/plugin_activation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func SetEndorsementPluginActivationFolder(path string) {
3333
os.Setenv(EndorsementPluginEnvVar, path)
3434
}
3535

36-
// ValidationPluginActivationFilePath returns the name of the folder that if
36+
// ValidationPluginActivationFolder returns the name of the folder that if
3737
// the file of the peer's id in it exists - it indicates that the validation plugin was activated
3838
// for that peer
3939
func ValidationPluginActivationFolder() string {

0 commit comments

Comments
 (0)