Skip to content

Commit e263b38

Browse files
committed
fix for GRAILS-6433 "Error in list-plugins command"
1 parent 7088b2d commit e263b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_GrailsPlugins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Plugins available in the $name repository are listed below:
219219
println ""
220220
}
221221
else {
222-
println "No plugins found in repository: ${pluginSVN}"
222+
println "No plugins found in repository: ${name}. This may be because the repository is behind an HTTP proxy."
223223
}
224224
}
225225

0 commit comments

Comments
 (0)