Skip to content

Commit

Permalink
Fix release typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 4, 2024
1 parent ee1a942 commit 782ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gocdPlugin {

githubRepo {
owner = System.getenv('GITHUB_USER') ?: 'bob'
repo = 'openstack-elastic-agents'
repo = 'openstack-elastic-agent'
token = System.getenv('GITHUB_TOKEN') ?: 'bad-token'
}

Expand Down

0 comments on commit 782ddfa

Please sign in to comment.