Skip to content

Commit

Permalink
Typo on the word artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgkew committed Apr 16, 2020
1 parent d5e2914 commit 0ced4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/MavenInstall.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

includeTargets << new File(releasePluginDir, "scripts/_GrailsMaven.groovy")

target(main:"Installs a Grails plugin as a Maven artefact") {
target(main:"Installs a Grails plugin as a Maven artifact") {
depends(parseArguments, mavenInstall)
println "Maven install complete."
}
Expand Down

0 comments on commit 0ced4fc

Please sign in to comment.