Skip to content

Commit 6aa0692

Browse files
committed
fix: improve the Grails Wrapper description
1 parent 9f94d31 commit 6aa0692

File tree

1 file changed

+1
-1
lines changed
  • grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/grailsWrapper

1 file changed

+1
-1
lines changed

grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/grailsWrapper/GrailsWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public String getTitle() {
5050

5151
@Override
5252
public String getDescription() {
53-
return "Enables running the Grails CLI directly without requiring a local Grails distribution installed.";
53+
return "A tiny wrapper script that enables running the Grails CLI directly by auto-downloading and transparently delegating commands.";
5454
}
5555

5656
@Override

0 commit comments

Comments
 (0)