Skip to content

Commit a570dd6

Browse files
author
graeme
committed
corrected name of install-ivy task quoted in message
git-svn-id: https://svn.codehaus.org/grails/trunk@3964 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 88df6de commit a570dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/GetDependencies.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ task ( ivyDeps : "Gets dependencies from remote repository") {
2020
try {
2121
Ant.taskdef(name:"ivyretrieve", classname:"fr.jayasoft.ivy.ant.IvyRetrieve")
2222
} catch (Exception e) {
23-
throw new Exception("Ivy task not installed: Run 'grails install-ivy-task'")
23+
throw new Exception("Ivy task not installed: Run 'grails install-ivy'")
2424
}
2525

2626
event("StatusUpdate", ["Getting Ivy dependencies"])

0 commit comments

Comments
 (0)