feat(plugins): progress on dashboard installs , #4298

This commit is contained in:
Torkel Ödegaard
2016-03-11 09:57:20 +01:00
parent 60adcedebe
commit 2de439bd1e
11 changed files with 154 additions and 38 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type PluginNotFoundError struct {
PluginId string
}
func (e *PluginNotFoundError) Error() string {
func (e PluginNotFoundError) Error() string {
return fmt.Sprintf("Plugin with id %s not found", e.PluginId)
}