Skip to content

Commit

Permalink
Fix reference to vcsSupplier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Jul 12, 2015
1 parent 5a1b9d2 commit 785f94e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GrgitVcsPlugin implements Plugin<Project> {
SemverExtension semver = project.extensions.getByName('semver')
GrgitVcsExtension grgit = semver.extensions.create('grgit', GrgitVcsExtension)

semver.vcs = {
semver.vcsSupplier = {
if (grgit.tagParser) {
new GrgitVcs(project.grgit, grgit.tagParser)
} else {
Expand Down

0 comments on commit 785f94e

Please sign in to comment.