Skip to content

Commit

Permalink
Merge pull request #32 from tschulte/typo_in_griffon-plugin_lazybones
Browse files Browse the repository at this point in the history
fixed typo in call to renameFile closure
  • Loading branch information
aalmiray committed Oct 20, 2014
2 parents 2bea38a + 2e25a79 commit 822a56c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def renameFile = { File from, String path ->
}

mainSources.eachFile { File file ->
renamefile(file, mainSourcesPath.absolutePath + '/' + props.project_class_name + file.name)
renameFile(file, mainSourcesPath.absolutePath + '/' + props.project_class_name + file.name)
}

File pluginDir = new File(projectDir, 'subprojects/plugin')
Expand Down

0 comments on commit 822a56c

Please sign in to comment.