Skip to content

Commit 98aea99

Browse files
committed
improved the upgrade message
1 parent 561c811 commit 98aea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/codehaus/groovy/grails/resolve/PluginInstallEngine.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class PluginInstallEngine {
308308
if (currentInstall?.exists()) {
309309

310310
PluginBuildSettings pluginSettings = pluginSettings
311-
def pluginDir = currentInstall.file
311+
def pluginDir = currentInstall.file.canonicalFile
312312
def pluginInfo = pluginSettings.getPluginInfo(pluginDir.absolutePath)
313313
// if the versions are the same no need to continue
314314
if(version == pluginInfo?.version) return true

0 commit comments

Comments
 (0)