Skip to content

Commit aa1431d

Browse files
Fixing the url and repo name for github release
1 parent 554d6d1 commit aa1431d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ gocdPlugin {
2424
name = 'Docker Elastic Agent Plugin'
2525
description = 'Docker Based Elastic Agent Plugins for GoCD'
2626
vendorName = 'ThoughtWorks, Inc.'
27-
vendorUrl = 'https://github.com/gocd-contrib/docker-elastic-agents'
27+
vendorUrl = 'https://github.com/gocd-contrib/docker-elastic-agents-plugin'
2828

2929
githubRepo {
3030
owner = System.getenv('GITHUB_USER') ?: 'bob'
31-
repo = 'docker-elastic-agents'
31+
repo = 'docker-elastic-agents-plugin'
3232
token = System.getenv('GITHUB_TOKEN') ?: 'bad-token'
3333
}
3434

0 commit comments

Comments
 (0)