Skip to content

Commit db2bb4d

Browse files
committed
remove duplicate event already fired by PluginInstallEngine
1 parent 68a2662 commit db2bb4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/UninstallPlugin.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ target(uninstallPlugin:"Uninstalls a plug-in for a given name") {
4040

4141
uninstallPluginForName(pluginName, pluginRelease)
4242

43-
event("PluginUninstalled", ["The plugin ${pluginName}-${pluginRelease} has been uninstalled from the current application"])
4443
}
4544
else {
4645
event("StatusError", ["You need to specify the plug-in name and (optional) version, e.g. \"grails uninstall-plugin feeds 1.0\""])

0 commit comments

Comments
 (0)