Skip to content

Commit

Permalink
Merge pull request #342 from rlovtangen/patch-2
Browse files Browse the repository at this point in the history
There is no README.txt, suppose it's now README.md
  • Loading branch information
Jeff Scott Brown committed Jul 22, 2015
2 parents 9dacea0 + 2cf82fc commit ac12c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ task fetchGrailsSource << {
println "Downloading Grails source code. If you already have a copy " +
"of the Grails source code checked out you can avoid this download " +
"by setting the grails.home system property to point to your local " +
"copy of the source. See README.txt for more information."
"copy of the source. See README.md for more information."

def zipFile = "${checkOutDir}/grails-src.zip"
ant.get src: "http://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true
Expand Down

0 comments on commit ac12c36

Please sign in to comment.