We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7c0b6 commit 0318a6fCopy full SHA for 0318a6f
1 file changed
plugin/plugin-interface.go
@@ -36,7 +36,7 @@ func NewMasterKey(
36
instanceID string,
37
) *MasterKey {
38
if instanceID == "" {
39
- instanceID = "default"
+ instanceID = binaryName
40
}
41
return &MasterKey{
42
BinaryName: binaryName,
0 commit comments