strip plugin path from zipped files
This commit is contained in:
@ -79,7 +79,7 @@ func (pc *PluginConfig) PrintPluginName() string {
|
||||
}
|
||||
func (pc *PluginConfig) PrintKeyName() string {
|
||||
if pc.KeyName == nil {
|
||||
return fmt.Sprintf("key=%s\n", "")
|
||||
return ""
|
||||
}
|
||||
return fmt.Sprintf("key=%s\n", *pc.KeyName)
|
||||
}
|
||||
|
Reference in New Issue
Block a user