Skip to content

Commit

Permalink
improved the upgrade message
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 11, 2010
1 parent 561c811 commit 98aea99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class PluginInstallEngine {
if (currentInstall?.exists()) {

PluginBuildSettings pluginSettings = pluginSettings
def pluginDir = currentInstall.file
def pluginDir = currentInstall.file.canonicalFile
def pluginInfo = pluginSettings.getPluginInfo(pluginDir.absolutePath)
// if the versions are the same no need to continue
if(version == pluginInfo?.version) return true
Expand Down

0 comments on commit 98aea99

Please sign in to comment.