Skip to content

Commit

Permalink
Merge pull request #163 from aakoch/patch-1
Browse files Browse the repository at this point in the history
Added missing right curly brace
  • Loading branch information
hierynomus committed Aug 31, 2018
2 parents a2515a2 + 7c92cf0 commit 1022ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -343,7 +343,7 @@ Next to checking for and applying license headers to your source files, this plu
[source,groovy,subs="verbatim,attributes"]
----
plugins {
id "com.github.hierynomus.license-report" version"{license_plugin_version"
id "com.github.hierynomus.license-report" version"{license_plugin_version}"
}
----

Expand Down

0 comments on commit 1022ed2

Please sign in to comment.