Skip to content

Commit 3d618f3

Browse files
author
graeme
committed
changed <unknown> to <no releases>
git-svn-id: https://svn.codehaus.org/grails/trunk@4538 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 9521a70 commit 3d618f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ListPlugins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Plug-ins available in the Grails repository are listed below:
9999
}
100100
pluginLine += "${spacesFormatter[pluginLine.length()..-1]}<${version} (?)>"
101101
} else {
102-
pluginLine += "${spacesFormatter[pluginLine.length()..-1]}<unknown>"
102+
pluginLine += "${spacesFormatter[pluginLine.length()..-1]}<no releases>"
103103
}
104104
def release = plugin.'release'.find{ rel -> rel.'@version' == version }
105105
if( release?.'title' ) {

0 commit comments

Comments
 (0)