Skip to content

Commit

Permalink
Merge pull request #68 from wholegroup/dep_plugin
Browse files Browse the repository at this point in the history
changing plugins
  • Loading branch information
Jeff Brown committed Jun 9, 2011
2 parents e7d5036 + 34b7f50 commit 089c959
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 089c959

Please sign in to comment.