Skip to content

Commit

Permalink
to current plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wholegroup committed Jun 9, 2011
1 parent e7d5036 commit 34b7f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class PluginInstallEngine {
if (changingPlugins) {
def noChangingPlugins = changingPlugins.size()
eventHandler "StatusUpdate", "Checking ${noChangingPlugins} changing plugin${noChangingPlugins > 1 ? 's' : ''} for updates"
installPlugins(existingPlugins)
installPlugins(changingPlugins)
eventHandler "StatusUpdate", "Changing plugin checking complete"
}

Expand Down

0 comments on commit 34b7f50

Please sign in to comment.