Skip to content

Commit cc05f66

Browse files
committed
Fix missing getter
1 parent 5762c8e commit cc05f66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grails-shell/src/main/groovy/org/grails/cli/profile/AbstractProfile.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ abstract class AbstractProfile implements Profile {
209209
return description
210210
}
211211

212+
String getInstructions() {
213+
return instructions
214+
}
215+
212216
@Override
213217
Iterable<Feature> getDefaultFeatures() {
214218
getFeatures().findAll() { Feature f -> defaultFeaturesNames.contains(f.name) }

0 commit comments

Comments
 (0)