Skip to content

Commit

Permalink
sysout grails home
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg committed May 23, 2012
1 parent 7cb6bc0 commit 2874d6b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -78,6 +78,7 @@ private void configureGrailsVersion() throws Exception {
private String findGrailsVersion() throws Exception {
Properties props = new Properties();
String pathToProperties = GRAILS_LOCATION;
System.out.println("Looking for a grails install at " + GRAILS_LOCATION);
if (!pathToProperties.endsWith("/")) {
pathToProperties += "/";
}
Expand Down

0 comments on commit 2874d6b

Please sign in to comment.