Skip to content

Commit b4a129a

Browse files
fix typo
1 parent 4b61ce3 commit b4a129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ abstract class AbstractProfile implements Profile {
328328
return parentNames.collect() { String name ->
329329
def parent = profileRepository.getProfile(name)
330330
if(parent == null) {
331-
throw new IllegalStateException("Profile [$name] declares and invalid dependency on parent profile [$name]")
331+
throw new IllegalStateException("Profile [$name] declares an invalid dependency on parent profile [$name]")
332332
}
333333
return parent
334334
}

0 commit comments

Comments
 (0)